Add margin-top to TOC's header

This commit is contained in:
Maciej Pędzich 2023-05-13 03:41:58 +02:00
parent d9982babec
commit ff69ca5828

View File

@ -53,6 +53,10 @@ const grouppedHeadings = headings.reduce((array, heading) => {
border-right: none;
}
#table-of-contents > h2 {
margin-top: 0.5rem;
}
li {
text-transform: lowercase;
}