feat: add table of content element

This commit is contained in:
2024-04-07 02:36:02 +02:00
parent f6e955ae67
commit 5bbd01bd42
10 changed files with 82 additions and 18 deletions

View File

@@ -9,13 +9,18 @@ h3 {
font-family: 'Roboto', sans-serif;
}
article>h1 {
font-size: 28px;
margin-top: 24px;
}
article>h2 {
font-size: 24px;
font-size: 22px;
margin-top: 20px;
}
article>h3 {
font-size: 20px;
font-size: 18px;
margin-top: 16px;
}