From 6ce89f2f6f88be6f4ba8cb1aceec71b2035a9850 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 3 Apr 2016 21:59:56 +0200 Subject: Adjust h2 and h3 size, line-height and margins. --- style.scss | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 372a00d..5db77ba 100644 --- a/style.scss +++ b/style.scss @@ -57,10 +57,6 @@ h1 { line-height: 1.4em; } -h2, -h3 { - margin-bottom: 0.1em; -} h4, h5, @@ -70,13 +66,18 @@ h6 { h2 { font-weight: normal; - font-size: 1.4em; + font-size: 1.5em; } h3 { - font-size: 1.1em; + font-size: 1.25em; font-weight: bold; - line-height: 1.6em; +} + +h2, +h3 { + margin-top: 0; + margin-bottom: 0.1em; } a { -- cgit v1.2.3