aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less7
1 files changed, 5 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less
index 29062be48..4387bfabf 100644
--- a/less/type.less
+++ b/less/type.less
@@ -65,12 +65,15 @@ h1, h2, h3, h4, h5, h6 {
}
h1,
-h2 {
+h2,
+h3 {
margin-top: @line-height-base;
margin-bottom: @line-height-base / 2;
line-height: @line-height-base * 2;
}
-h3,
+h3 {
+ line-height: @line-height-base * 1.5;
+}
h4,
h5,
h6 {