From 6e4913a91d629c954e4b57bce91b453844093a1a Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Mon, 9 Oct 2023 20:14:57 +0200 Subject: [PATCH] add top margin to headings --- stylesheets/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index f4be81d..e48d6b1 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -8,7 +8,7 @@ body { h1, h2, h3, h4, h5, h6 { color:#222; - margin:0 0 24px; + margin:48px 0 24px; } p, ul, ol, table, pre, dl, figure { @@ -21,6 +21,7 @@ h1, h2, h3, h4 { h1 { font-size:28px; + margin-top: 0; } .site-title a{