Skip to content

Commit

Permalink
Consolidate and simplify heading styles
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstolley committed Nov 19, 2019
1 parent fbbd210 commit 534ad9b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions _sass/_ed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@ h1, h2, h3, h4, h5, h6 {
text-rendering: optimizeLegibility;
}

h1 {
font-size: 1.4rem;
}

h1,
h1.text-title {
font-size: 1.4rem;
}
Expand All @@ -128,17 +125,15 @@ h2 {
font-size: 1.2rem;
}

h3, h4, h5 {
h3, h4, h5, h6 {
margin-top: 1rem;
font-size: 1rem;
}

h3 {
margin-top: 1.5rem;
}

h4, h5, h6 {
margin-top: 1rem;
}

/* Body text */
p {
Expand Down

0 comments on commit 534ad9b

Please sign in to comment.