fix(css): increase font size of 'h4' element

This commit is contained in:
MDLeom 2020-04-22 12:00:25 +01:00
parent 58e23695d9
commit c1c0d7abce
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@ h2 {
} }
h3 { h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em; font-size: 1.1em;
} }