tweak margin of toc
This commit is contained in:
parent
25ce1b2d85
commit
d1aa23e7c7
@ -30,7 +30,7 @@
|
||||
#toc {
|
||||
position: sticky;
|
||||
top: 1.5rem;
|
||||
margin-right: 4rem;
|
||||
margin-right: 2rem;
|
||||
|
||||
max-width: 14rem;
|
||||
color: var(--content-color-faded);
|
||||
@ -42,7 +42,7 @@
|
||||
|
||||
@keyframes fade-in {
|
||||
from {opacity: 0}
|
||||
to {opacity: 100%}
|
||||
to {opacity: 1}
|
||||
}
|
||||
|
||||
/* margin-left is to match the padding on the top-level list items,
|
||||
|
Loading…
x
Reference in New Issue
Block a user