fixed mobile menus, page spacing, horizontal scroll, .toc-wrapper

This commit is contained in:
Xanazf 2024-10-12 18:38:00 +03:00
parent 2b1f9f3bb2
commit 0df624df40
No known key found for this signature in database
GPG key ID: 4E4A5AD1FB748427
9 changed files with 76 additions and 68 deletions

View file

@ -62,7 +62,7 @@ html.dark {
.header {
position: fixed;
top: 0;
width: 100%;
width: 100svw;
z-index: 10;
display: flex;
align-items: center;
@ -184,7 +184,7 @@ footer {
}
}
@media (min-width: 65rem) {
@media (min-width: 85rem) {
html {
font-size: 16px;
}