feat: add table of content element
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user