Commit 892035e1 authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix several display bugs

parent d2e8cf6d
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -735,6 +735,7 @@ div.home-news-sidebar li {

@media(max-width: 830px) {
	#menu-container {
		display: inherit;
		height: inherit;
		white-space: inherit;
	}
@@ -753,10 +754,15 @@ div.home-news-sidebar li {
	#menu-container li ul {
		border: none;
		box-shadow: none;
		position: inherit;
	}

	#top {
		position: inherit;
		position: relative;
	}

	#top-padding {
		display: none;
	}

	#top div.logo {