Adjust left padding of table of contents

This commit is contained in:
Helen Chong 2024-04-20 06:13:13 +08:00
parent e8339d1850
commit 9a3f3dd91d
1 changed files with 2 additions and 2 deletions

View File

@ -30,14 +30,14 @@
.toc ol {
border-top: 0.1em solid var(--clr-title-border);
padding-left: 1.7em;
padding-left: 1.3em;
padding-top: 1em;
}
.toc ol ol {
border-top: none;
list-style-type: disc;
padding-left: 1.5em;
padding-left: 1em;
padding-top: 0.3em;
}