Commit 5c569df1 authored by Jakob Moser's avatar Jakob Moser
Browse files

Display responsive menu only when menu link is clicked

parent 331ef845
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -837,4 +837,12 @@ div.home-news-sidebar .more {
		margin-top: 15px;
		line-height: 35px;
	}

	#menu-container {
		display: none;
	}

	#menu-container:target {
		display: block;
	}
}
 No newline at end of file