Skip to content

Commit

Permalink
fix margin bug
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Miller <shanecm.ux@gmail.com>
  • Loading branch information
shanecmiller23 committed Aug 4, 2023
1 parent 919e74b commit 7f81975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/geekboot/assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ h2 {
font-size: 1.5rem !important;
}
h2.accordion-header {
margin-top: 0rem !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
// Subhead titles
h3, h4 {
Expand Down

0 comments on commit 7f81975

Please sign in to comment.