Add a small margin after the ToC Heading

This commit is contained in:
Philipp Oppermann
2019-03-19 13:24:59 +01:00
parent 0605fc54df
commit 5cd435b755

View File

@@ -166,6 +166,10 @@ a.anchorjs-link:hover {
display: none; display: none;
} }
#toc-inline summary {
margin-bottom: .2rem;
}
aside#all-posts-link { aside#all-posts-link {
font-size: 90%; font-size: 90%;
margin-top: 0.5rem; margin-top: 0.5rem;