feat: add table of content element
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled

This commit is contained in:
2024-04-07 02:36:02 +02:00
parent f76477db98
commit 0ab1e1068d
10 changed files with 86 additions and 21 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;
}