From e2713a9c582d18610336d4fea3d63745e1180dd5 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 20 Aug 2016 23:27:27 -0700 Subject: [PATCH] Tweak margin bottom headers --- sass/custom/_paulus.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 623bb8db3de..6a903ef4389 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -215,7 +215,7 @@ article.post, article.page, article.listing { } h1, h2, h3 { - margin-bottom: 0; + margin-bottom: 4px; line-height: 1.2; } }