From 0bffc1a0e195168616ed874db93da9ffa2f46c71 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Tue, 25 Oct 2016 19:33:43 +0000 Subject: [PATCH] fixed small problem with screens that are exactly 40em wide --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index ea83b30..5160d21 100644 --- a/css/index.css +++ b/css/index.css @@ -20,7 +20,7 @@ body { } /* header menu hides on mobile screen, no padding needed anymore */ -@media screen and (max-width:40em) { +@media screen and (max-width:39.99em) { .header { padding-bottom:0.7rem; }