Increase top margin of heading elements to 1.25em

This commit is contained in:
Susam Pal
2021-09-11 10:36:10 +05:30
parent 7145fe3490
commit 7988e4d738
2 changed files with 10 additions and 1 deletions

View File

@@ -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) 0.7.0 (2021-04-20)
------------------ ------------------

2
sp.css
View File

@@ -7,7 +7,7 @@ body {
padding: 0 1em; padding: 0 1em;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
margin: 1em 0 0.5em 0; margin: 1.25em 0 0.5em 0;
line-height: 1.2; line-height: 1.2;
} }
a:link { a:link {