Skip to content

Commit 4d45c99

Browse files
Give the pages some more breathing room between sections
1 parent 18f43ec commit 4d45c99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sass/_fonts.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ h1 {
3838

3939
h2 {
4040
font-size: 1.953rem;
41-
margin-block: 1.5rem .5rem;
41+
margin-block: 2rem .5rem;
4242
}
4343

4444
h3 {
4545
font-size: 1.563rem;
46+
margin-block: 1.5rem .5rem;
4647
}
4748

4849
h4 {
@@ -54,5 +55,5 @@ h5 {
5455
}
5556

5657
h2+h3 {
57-
margin-block-start: .5rem;
58+
margin-block-start: 1rem;
5859
}

0 commit comments

Comments
 (0)