update menu

This commit is contained in:
Simon Vieille 2022-04-22 08:50:35 +02:00
parent 6f026ff76e
commit 1dff91d9c6
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ pre[class*="language-"] {
.navigation {
font-size: 15px;
padding-top: 15px;
margin-top: 15px;
.deblan-icon {
margin-right: 13px;
@ -570,7 +570,7 @@ pre[class*="language-"] {
.links {
margin: 0;
padding: 10px 0 0 0;
padding: 15px 0 0 0;
text-align: center;
}
@ -1060,7 +1060,7 @@ $links: (
@media all and (max-height: 600px) {
.wide-menu {
.navigation {
max-height: calc(100vh - 180px);
max-height: calc(100vh - 215px);
padding-top: 10px;
overflow: auto;
}