Skip to content

Commit 49972ef

Browse files
committed
Increase vertical spacing for h2s
Otherwise it looks too cramped in the email.
1 parent 19e1c2d commit 49972ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ blockquote {
2424
color: $color-blockquote;
2525
margin-left: $margin-blockquote;
2626
}
27+
28+
h2 {
29+
padding-top: 1.25rem;
30+
padding-bottom: 0.25rem;
31+
}

0 commit comments

Comments
 (0)