From 7988e4d7386e3d6d875c491b2dc113cd3afb3245 Mon Sep 17 00:00:00 2001 From: Susam Pal Date: Sat, 11 Sep 2021 10:36:10 +0530 Subject: [PATCH] Increase top margin of heading elements to 1.25em --- CHANGES.md | 9 +++++++++ sp.css | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 50e129f..541e0e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +0.8.0 (UNRELEASED) +------------------ + +### Changed + +- Increase top margin of heading elements from `1em` to `1.25em` to + create more separation from the preceding content. + + 0.7.0 (2021-04-20) ------------------ diff --git a/sp.css b/sp.css index 43795da..b41e923 100644 --- a/sp.css +++ b/sp.css @@ -7,7 +7,7 @@ body { padding: 0 1em; } h1, h2, h3, h4, h5, h6 { - margin: 1em 0 0.5em 0; + margin: 1.25em 0 0.5em 0; line-height: 1.2; } a:link {