saumur: fix overlapping nav and logo on narrow screens (#71133)

This commit is contained in:
Agate 2022-11-30 11:40:27 +01:00
parent 04e8cf3bb3
commit 997f377b3f
1 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,7 @@ main {
#logo {
@media screen and ($max-mobile-viewport) {
padding: 0 $space-small;
display: inline-block;
}
}
@ -87,7 +88,8 @@ div.gru-nav {
#toplinks {
@media screen and ($max-mobile-viewport) {
margin-top: $space-small;
position: static;
display: inline-block;
margin-right: $nav-menu-side;
background: transparent;
}