lille: limit width of burger menu on mobile (#72016)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details
gitea-wip/publik-base-theme/pipeline/head Build started... Details

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