mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
Update h3 fonts to work better for chinese, fixes #214
This commit is contained in:
parent
a15a6ba1b1
commit
872550d0b7
1 changed files with 1 additions and 2 deletions
|
|
@ -391,10 +391,9 @@ html, body {
|
||||||
|
|
||||||
h3, h4, h5, h6 {
|
h3, h4, h5, h6 {
|
||||||
@extend %header-font;
|
@extend %header-font;
|
||||||
font-size: 12px;
|
font-size: 15px;
|
||||||
margin-top: 2.5em;
|
margin-top: 2.5em;
|
||||||
margin-bottom: 0.8em;
|
margin-bottom: 0.8em;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue