From 47dcf46bfbeaa2926b37560139975d6ad9454c92 Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Wed, 20 Sep 2023 22:47:47 +1200 Subject: [PATCH] Increase margin-top for h1, h2, etc. --- src/styles.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/styles.css b/src/styles.css index 68982c3a..4eda39be 100644 --- a/src/styles.css +++ b/src/styles.css @@ -17,32 +17,32 @@ h1,h2,h3,h4,h5,h6,h7 { h1 { margin-bottom: 0.7rem; - margin-top: 0.7rem; + margin-top: 1.5rem; } h2 { margin-bottom: 0.65rem; - margin-top: 0.65rem; + margin-top: 1.5rem; } h3 { margin-bottom: 0.6rem; - margin-top: 0.6rem; + margin-top: 1.45rem; } h4 { margin-bottom: 0.55rem; - margin-top: 0.55rem; + margin-top: 1.4rem; } h5 { margin-bottom: 0.5rem; - margin-top: 0.5rem; + margin-top: 1.35rem; } h6 { margin-bottom: 0.45rem; - margin-top: 0.45rem; + margin-top: 1.3rem; } h7 {