Make hamburger menu work on small screens with JS disabled

Thanks to Paul for helping with that in #39
lektura
max.mehl 2017-09-18 17:42:18 +02:00
parent 56852ef5b8
commit 7b4c98d8be
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@ blockquote p {
white-space: normal; /* wrap button words */
}
/* NAVBAR */
/* make hamburger menu work without JS */
.navbar-header:hover + .navbar-collapse,
.navbar-collapse:hover {
display: block;
visibility: initial;
}
/* SUBPAGES */
.subpage {
background-image: url(../img/header_subpage.jpg);