From 9017ab7226622276832a0023f268047587456cad Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Fri, 11 May 2018 13:08:59 +0200 Subject: Increase margins above and below headlines. --- style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 7af2828..439c0a6 100644 --- a/style.scss +++ b/style.scss @@ -75,8 +75,8 @@ h3 { h1, h2, h3 { - margin-top: 0; - margin-bottom: 0.1em; + margin-top: 1em; + margin-bottom: 0.2em; } a { -- cgit v1.2.3