Increase font size of h2 from 1.8em to 2.0em.

I was finding h2 and h3 a little too close.
master
Ethan Dalool 2020-05-19 21:57:31 -07:00
parent d840d4a56f
commit 3d93608bff
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ h2, h3, h4, h5
}
h1 {font-size: 2.5em;} h1 * {font-size: inherit;}
h2 {font-size: 1.8em;} h2 * {font-size: inherit;}
h2 {font-size: 2.0em;} h2 * {font-size: inherit;}
h3 {font-size: 1.5em;} h3 * {font-size: inherit;}
h4 {font-size: 1.2em;} h4 * {font-size: inherit;}
h5 {font-size: 1.0em;} h5 * {font-size: inherit;}