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

This commit is contained in:
Frédéric Péters 2022-12-05 10:30:04 +01:00 committed by Gitea
parent cc1b076ced
commit 3f448f0c83
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;
}