diff --git a/themes/geekboot/assets/scss/_content.scss b/themes/geekboot/assets/scss/_content.scss index 378a69565..47c0e2029 100644 --- a/themes/geekboot/assets/scss/_content.scss +++ b/themes/geekboot/assets/scss/_content.scss @@ -62,7 +62,7 @@ h1,h2,h3,h4,h5,h6 { padding-top: 0 !important; } } - +// Section titles h2 { margin-top: 3rem; margin-bottom: 1.5rem; @@ -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; }