Don't skip headers for table of contents

This commit is contained in:
2021-10-08 20:44:19 -05:00
parent 4e0c77d8a3
commit 7160c761c1
2 changed files with 5 additions and 1 deletions

View File

@ -60,6 +60,10 @@ h1 svg.icon {
/* Content formatting */
#table-of-contents h2 {
font-size: 20px;
}
.content {
padding: 20px;
}