fixed small problem with screens that are exactly 40em wide

This commit is contained in:
madmaurice 2016-10-25 19:33:43 +00:00
parent 8c72bd9c4c
commit 0bffc1a0e1

View file

@ -20,7 +20,7 @@ body {
} }
/* header menu hides on mobile screen, no padding needed anymore */ /* header menu hides on mobile screen, no padding needed anymore */
@media screen and (max-width:40em) { @media screen and (max-width:39.99em) {
.header { .header {
padding-bottom:0.7rem; padding-bottom:0.7rem;
} }