fixed mobile menus, page spacing, horizontal scroll, .toc-wrapper
This commit is contained in:
parent
2b1f9f3bb2
commit
0df624df40
9 changed files with 76 additions and 68 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue