add: better index

This commit is contained in:
trisua 2025-08-20 01:15:12 -04:00
parent 92bc424361
commit a54bc7f6c3
3 changed files with 12 additions and 7 deletions

View file

@ -103,11 +103,14 @@ article {
}
nav {
/* background: var(--color-raised); */
height: var(--nav-height);
/* position: sticky;
}
nav.sticky {
background: var(--color-raised);
position: sticky;
z-index: 2;
top: 2; */
top: 0;
}
@media screen and (max-width: 900px) {
@ -132,7 +135,7 @@ nav {
}
}
.container:not(#preview_tab):not(#tabs_group) {
.container {
margin: 10px auto 0;
width: 100%;
}