From 457ead310e88bab2a72658301c28c2ae9ae14fc1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 27 Apr 2019 15:41:32 +0100 Subject: [PATCH] wiki: Increase space below headlines Signed-off-by: Michael Tremer --- src/scss/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index 69f11667..61c372f8 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -244,7 +244,7 @@ section { h1, h2, h3, h4, h5, h6 { font-weight: $headings-font-weight; line-height: $headings-line-height; - margin-bottom: 0.25rem; + margin-bottom: 0.5rem; } h1 { -- 2.47.3