lille: reduce hamburger/user spaces on small widths (#32503)

This commit is contained in:
Frédéric Péters 2019-04-21 14:41:29 +02:00
parent 49c62e444e
commit f045db0b9f
1 changed files with 6 additions and 0 deletions

View File

@ -98,6 +98,9 @@ nav {
left: 80px;
font-size: 14px;
}
@media screen and (max-width: 360px) {
left: 60px;
}
}
.gru-nav-wrapper {
@ -120,6 +123,9 @@ div.gru-nav .gru-nav-button {
@media screen and (max-width: $mobile-limit) {
top: -15px;
}
@media screen and (max-width: 360px) {
left: -10px;
}
+ ul {
margin-bottom: 0;
position: absolute;