Update h3 fonts to work better for chinese, fixes #214

This commit is contained in:
Robert Lord 2015-06-20 00:48:56 -04:00
parent a15a6ba1b1
commit 872550d0b7

View file

@ -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 {