fix h1 h2 h3 sizes

master
The Git Man 2018-02-12 19:38:10 +01:00
parent 70bc8c9f16
commit 46cb8838ff
1 changed files with 2 additions and 2 deletions

View File

@ -275,14 +275,14 @@ margin: 0;
#hs_content h2 {
margin: 0px;
font-family: "Titillium Web", Helvetica, Arial, sans-serif;
font-size: 20px;
font-size: 24px;
font-weight: 600;
}
#hs_content h3 {
margin: 0px;
font-family: "Titillium Web", Helvetica, Arial, sans-serif;
font-size: 24px;
font-size: 20px;
font-weight: 600;
}