Skip to content

Commit

Permalink
add top margin to headers
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali authored Sep 15, 2020
1 parent de46c03 commit ff02b9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ h3 {
h4 {
font-size: 1.125rem;
}
h1, h2, h3, h4 {
margin-top: 1.25rem;
}
a {
color: {{ site.link-col | default: "#008AFF" }};
}
Expand Down

0 comments on commit ff02b9d

Please sign in to comment.