Hamburger

This commit is contained in:
Hanna
2019-07-31 15:40:44 +02:00
parent 471dcc1cf9
commit dea531d8ba

View File

@@ -96,11 +96,13 @@ header {
/* Make menu look good on small screens , based on: https://www.w3schools.com/howto/howto_js_topnav_responsive.asp*/
/* Hide the link that should open and close the topnav on small screens */
.block-header-1--nav .icon {
.block-header-1--nav .hamburger {
display: none;
max-height: 1rem
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
.block-header-1--nav li {