core.less: Use a bigger font size for h2

The font-size for h2 was set to be 1.17em, which is also the font
size defined for h3 by user agent stylesheet. This lead to both
h2 and h3 being rendered in same size. Use 1.2em for h2.

Closes: #217
This commit is contained in:
RJ722 2020-05-25 07:01:34 +05:30
parent 037fc40fb3
commit 53cb5c3837
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ body {
font-size: 1.5em;
}
h2 {
font-size: 1.17em;
font-size: 1.2em;
}
}