diff options
-rw-r--r-- | style.scss | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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 { |