From b9c1d5b8317808d2e1bc3983df72183fd6bd943d Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Mon, 3 Apr 2017 10:57:39 +0200 Subject: [PATCH] Make margin after h2 relative --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 5fe7a2d..6efbe60 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -240,7 +240,7 @@ em, i { font-style: italic; } } .post h2 { - margin-bottom: 40px; + margin-bottom: 1em; font: 300 150%/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #111; }