From e885239b7fbb7fbe47752e325d2de54450ddff16 Mon Sep 17 00:00:00 2001 From: Hanna Date: Wed, 31 Jul 2019 15:58:38 +0200 Subject: [PATCH] fixes --- _includes/block-header-1.html | 5 ++--- css/irma.css | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_includes/block-header-1.html b/_includes/block-header-1.html index f58e3f3..560899e 100644 --- a/_includes/block-header-1.html +++ b/_includes/block-header-1.html @@ -11,10 +11,9 @@ {% for nav_item in section.navigation %} {% endfor %} + - - - diff --git a/css/irma.css b/css/irma.css index ad2c469..803d771 100644 --- a/css/irma.css +++ b/css/irma.css @@ -103,7 +103,7 @@ header { /* 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:not(:first-child) { + .block-header-1--nav li:not(.hamburger) { display: none } .block-header-1--nav a.hamburger {