H tag font sizes fix

This commit is contained in:
Prashant Singh 2019-04-05 10:46:57 +05:30
parent 5c94a8a21f
commit 380f265ef1
3 changed files with 18 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=15e57b2241e111fc53cf",
"/css/ui.css": "/css/ui.css?id=60a9d7816658e7caaf81"
"/css/ui.css": "/css/ui.css?id=4182d1885ef5a460a94d"
}

View File

@ -41,7 +41,22 @@ h1 {
}
h2 {
font-size: 18px;
font-size: 24px;
color: $font-color;
}
h3 {
font-size: 20px;
color: $font-color;
}
h4 {
font-size: 16px;
color: $font-color;
}
h5 {
font-size: 12px;
color: $font-color;
}