From 4eba653ecffb01611ba57dc76dee4a683b0998ce 2017-08-15 22:43:37 From: Christopher Neugebauer Date: 2017-08-15 22:43:37 Subject: [PATCH] Increases margin on tight-headings so that there isn’t interaction between two adjacent H1/H2 blocks --- diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 58afacbea52b03b1f0142626b483a672724ef9ce..ccdfac1d13259ab8c6f8324b18dfdb8de837acac 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -152,7 +152,7 @@ $homepage-block-min-height: 480px; color: white; text-shadow: 1px 1px $gray-dark; - a:not(.btn) { + a:not(.btn) { color: lighten($brand-primary, 20%); &:hover, @@ -179,7 +179,7 @@ $homepage-block-min-height: 480px; .tight-headings { h1, h2, h3, h4, h5, h6 { - margin: 0; + margin: 0.05em; } }