add top margin to headers

This commit is contained in:
Dean Attali 2020-09-15 17:29:27 -04:00 committed by GitHub
parent de46c033b6
commit ff02b9d80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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" }};
}