From efe021d348b3af3ec6e18623aa6dd3284c9dc02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info> Date: Sat, 26 Mar 2016 20:56:38 +0100 Subject: [PATCH] Add bottom margin to headers Fixes #11 --- theme/sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/sass/style.scss b/theme/sass/style.scss index 66e0d2c0..ac1796ee 100644 --- a/theme/sass/style.scss +++ b/theme/sass/style.scss @@ -268,7 +268,7 @@ nav.subnav li { } h3, h4, h5, h6 { max-width: $p-max-width; - margin: 1rem auto 0 auto; + margin: 1rem auto .5rem auto; text-align: left; } h3 { -- GitLab