fixed small problem with screens that are exactly 40em wide
This commit is contained in:
parent
8c72bd9c4c
commit
0bffc1a0e1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue