lille: limit width of burger menu on mobile (#72016)
parent
b5a2f339a1
commit
aae4eea5e2
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue