mirror of
https://github.com/writefreely/writefreely
synced 2024-11-24 17:43:05 +00:00
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:
parent
037fc40fb3
commit
53cb5c3837
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ body {
|
|||
font-size: 1.5em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.17em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue