From 80a86dc4f1aa18eeeb1ff1d7edd3d435490cb38e Mon Sep 17 00:00:00 2001 From: Axel Bock Date: Sun, 31 Dec 2017 21:57:48 +0100 Subject: [PATCH] change h1 & h2 margins for posts --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index fb0e483..62abfef 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -332,13 +332,15 @@ em, i { } .post h1 { + margin-top: 40px; margin-bottom: 20px; color: #222; font: 300 32px/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif; } .post h2 { - margin-bottom: 40px; + margin-top: 20px; + margin-bottom: 10px; font: 300 24px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #111; }