nimes: hide toplinks for mobiles (#83069)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Lauréline Guérin 2023-11-02 16:23:10 +01:00 committed by Lauréline Guérin
parent b988b48b75
commit 7ce53dfd19
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
// Header
#toplinks {
@media($max-mobile-viewport) {
display: none;
}
}
#toplinks a {
@extend %button;
border-color: white;