diff --git a/source/less/Typography.less b/source/less/Typography.less index de29dde..435e717 100644 --- a/source/less/Typography.less +++ b/source/less/Typography.less @@ -119,15 +119,20 @@ } } h4 { - font-size: 16px; - line-height:18px; + font-size: 20px; + line-height: 22px; + //font-size: 16px; + //line-height:18px; small { font-size: 12px; } } h5 { - font-size: 14px; - line-height:16px; + font-size: 16px; + line-height:18px; + + //font-size: 14px; + //line-height:16px; } h6 { font-size: 13px; @@ -148,9 +153,9 @@ ================================================== */ blockquote, blockquote p { - font-size: 28px; + font-size: @base-font-large; + line-height: @base-line-large; text-align:left; - line-height: 36px; margin-bottom: 6px; padding-top: 10px; background-color:@white;