mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 23:55:47 +01:00
Add margin-top to TOC's header
This commit is contained in:
parent
d9982babec
commit
ff69ca5828
@ -53,6 +53,10 @@ const grouppedHeadings = headings.reduce((array, heading) => {
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#table-of-contents > h2 {
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user