feat(eleventy): split table of content into sub sections

This commit is contained in:
Oscar
2019-11-15 22:19:37 +01:00
parent fad87004ce
commit 71de563b97
5 changed files with 95 additions and 29 deletions

View File

@ -147,8 +147,13 @@ a {
}
}
.sub-headline {
font-weight: bold;
font-size: 1.25rem;
}
.list {
ul {
ol {
padding: 0 0 0 1em;
margin: 0;
}