hotfix celles mobile logo overflowing header

This commit is contained in:
Daniel Muyshond 2023-01-25 20:16:33 +01:00
parent 8259ea744a
commit 49eeb43b04
1 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,14 @@
#header h1 a {
height: 70px;
margin-left: 30px;
}
}
@media screen and (max-width: 800px) {
nav.site-nav {
margin-top: 127px;
}
#header h1 a {
height: 85px;
margin-left: -19px;
}
}