Make auto-hide optional

This commit is contained in:
daudix
2024-10-28 06:46:53 +03:00
parent 8f9fb1e88a
commit 3fea028e25
4 changed files with 38 additions and 14 deletions

View File

@ -22,6 +22,13 @@
& + #heading {
margin-block-start: calc(50vw - 8.75rem);
}
@media only screen and (max-width: 480px) {
body:has(&) #site-nav:not(#handle + #site-nav) {
margin-block-start: calc(50vw + 1rem);
}
}
}
#heading {