Skip to content

Commit ff02b9d

Browse files
authored
add top margin to headers
1 parent de46c03 commit ff02b9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/css/beautifuljekyll.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ h3 {
4242
h4 {
4343
font-size: 1.125rem;
4444
}
45+
h1, h2, h3, h4 {
46+
margin-top: 1.25rem;
47+
}
4548
a {
4649
color: {{ site.link-col | default: "#008AFF" }};
4750
}

0 commit comments

Comments
 (0)