Skip to content

Commit

Permalink
Don't mess with H1, H2, etc. CSS except in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Sep 21, 2023
1 parent 47dcf46 commit 06ae8b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,37 @@ h1,h2,h3,h4,h5,h6,h7 {
color: #222;
}

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

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

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

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

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

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

h7 {
.docs h7 {
margin-bottom: 0.4rem;
margin-top: 0.4rem;
}
Expand Down

0 comments on commit 06ae8b2

Please sign in to comment.