update responsive design for the navigation

This commit is contained in:
Simon Vieille 2021-04-17 10:00:41 +02:00
parent 7b576c5ae4
commit 0ff99a2560

View file

@ -776,3 +776,14 @@ $links: (
border-radius: 0;
}
}
@media all and (max-height: 465px) {
.wide-menu {
.navigation {
max-height: calc(100vh - 100px);
padding-top: 10px;
overflow: auto;
}
}
}