From ecb9f0dde97f4aaf9cf1cd2712355cab8ab3aaa2 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 3 Sep 2017 11:13:17 +0200 Subject: Reduce margin top of h1 and experimentally remove special margins of p. --- style.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 30fed7a..d0b3f5d 100644 --- a/style.scss +++ b/style.scss @@ -53,11 +53,9 @@ h1 { font-weight: normal; color: DarkRed; - margin-bottom: 0.1em; line-height: 1.4em; } - h4, h5, h6 { @@ -74,6 +72,7 @@ h3 { font-weight: bold; } +h1, h2, h3 { margin-top: 0; @@ -87,15 +86,14 @@ a { } p { - margin-top: 0.2em; - margin-bottom: 1.2em; +// margin-top: 0.2em; +// margin-bottom: 1.2em; } i { @include h5bp-hidden; } - ul { margin-bottom: 1.2em; } -- cgit v1.2.3