Browse Source

add top margin to headers

master
Dean Attali GitHub 4 years ago
parent
commit
ff02b9d80f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      assets/css/beautifuljekyll.css

+ 3
- 0
assets/css/beautifuljekyll.css 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" }};
}


Loading…
Cancel
Save