diff options
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/type.less b/lib/type.less index 59dae717f..4aa642358 100644 --- a/lib/type.less +++ b/lib/type.less @@ -50,20 +50,20 @@ h3 { font-size: 14px; } } +h4, h5, h6 { + line-height: @baseLineHeight; +} h4 { - font-size: 16px; - line-height: @baseLineHeight * 2; + font-size: 14px; small { font-size: 12px; } } h5 { - font-size: 14px; - line-height: @baseLineHeight; + font-size: 12px; } h6 { - font-size: 13px; - line-height: @baseLineHeight; + font-size: 11px; color: @grayLight; text-transform: uppercase; } |
