Add link in mobile version to scroll to menu

This commit is contained in:
2025-02-27 08:41:58 +01:00
parent f068f8fce4
commit fd5973003b
3 changed files with 23 additions and 2 deletions

View File

@@ -9,7 +9,17 @@
> .nav-item {
display: block;
background-color: c.$light-gray;
padding: 5px 10px;
border-radius: 5px;
}
}
#link-to-mobile-menu {
padding: 0 15px;
> a {
border: 1pt solid c.$black;
padding: 5px 10px;
text-decoration: none;
color: inherit;
}
}

View File

@@ -35,6 +35,12 @@ body {
}
}
#link-to-mobile-menu {
@include r.normal {
display: none;
}
}
#footer {
padding: 2px 0;
color: $light-gray;