From a99bb277d0af755215bb6fc2c0c6eebdafd15285 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 7 Dec 2020 05:31:40 +0100 Subject: Added better article spacing --- static/css/blog.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static/css/blog.css') diff --git a/static/css/blog.css b/static/css/blog.css index 772bd5b..27a63d9 100644 --- a/static/css/blog.css +++ b/static/css/blog.css @@ -1,3 +1,13 @@ .article { margin-top: 4rem; } + +.article h1, +.article h2, +.article h3, +.article h4, +.article h5, +.article h6 { + margin-top: 2.5rem; + margin-bottom: 1rem; +} -- cgit