lille: limit width of burger menu on mobile (#72016) #60

Merged
fpeters merged 1 commits from wip/72016-lille-responsive-burger into main 2022-12-08 10:49:17 +01:00
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@ div.gru-nav .gru-nav-button {
margin-bottom: 0;
position: absolute;
width: $width;
@media screen and ($max-mobile-viewport) {
width: 100%;
}
border-top: 0;
z-index: 1000;
}