Tweak: use fixed position for navbar (#8279)

This commit is contained in:
shamoon
2024-11-14 00:22:26 -08:00
committed by GitHub
parent 56ef263540
commit 2e6f85cc3a
2 changed files with 8 additions and 1 deletions

View File

@@ -48,6 +48,13 @@
main {
transition: all .2s ease;
padding-top: 110px;
}
@media (min-width: 768px) {
main {
padding-top: 56px;
}
}
.sidebar-slim-toggler {