Skip to content

Commit

Permalink
further improvements to typography and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecmiller23 committed Aug 4, 2023
1 parent ab2fc21 commit 87b1318
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions themes/geekboot/assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ h1,h2,h3,h4,h5,h6 {
padding-top: 0 !important;
}
}

// Section titles
h2 {
margin-top: 3rem;
margin-bottom: 1.5rem;
Expand All @@ -71,9 +71,10 @@ h2 {
h2.accordion-header {
margin-top: 0rem !important;
}
// Subhead titles
h3, h4 {
margin-top: 1.5rem !important;
margin-bottom: 1rem !important;
margin-top: 2.5rem !important;
margin-bottom: 1.25rem !important;
font-size: 1.25rem;
}

Expand Down

0 comments on commit 87b1318

Please sign in to comment.