tweak margin of toc

This commit is contained in:
Joseph Montanaro 2023-08-23 07:50:38 -07:00
parent 25ce1b2d85
commit d1aa23e7c7

View File

@ -30,7 +30,7 @@
#toc { #toc {
position: sticky; position: sticky;
top: 1.5rem; top: 1.5rem;
margin-right: 4rem; margin-right: 2rem;
max-width: 14rem; max-width: 14rem;
color: var(--content-color-faded); color: var(--content-color-faded);
@ -42,7 +42,7 @@
@keyframes fade-in { @keyframes fade-in {
from {opacity: 0} from {opacity: 0}
to {opacity: 100%} to {opacity: 1}
} }
/* margin-left is to match the padding on the top-level list items, /* margin-left is to match the padding on the top-level list items,