Skip to content

Commit

Permalink
Increase margin-top for h1, h2, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Sep 20, 2023
1 parent f30288f commit 47dcf46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,32 @@ h1,h2,h3,h4,h5,h6,h7 {

h1 {
margin-bottom: 0.7rem;
margin-top: 0.7rem;
margin-top: 1.5rem;
}

h2 {
margin-bottom: 0.65rem;
margin-top: 0.65rem;
margin-top: 1.5rem;
}

h3 {
margin-bottom: 0.6rem;
margin-top: 0.6rem;
margin-top: 1.45rem;
}

h4 {
margin-bottom: 0.55rem;
margin-top: 0.55rem;
margin-top: 1.4rem;
}

h5 {
margin-bottom: 0.5rem;
margin-top: 0.5rem;
margin-top: 1.35rem;
}

h6 {
margin-bottom: 0.45rem;
margin-top: 0.45rem;
margin-top: 1.3rem;
}

h7 {
Expand Down

0 comments on commit 47dcf46

Please sign in to comment.