From 2fbc85db8e1b59ba75131a75f14c6f6c3c14de9e Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Tue, 15 Aug 2017 15:07:44 -0700 Subject: [PATCH] =?UTF-8?q?Increases=20margin=20on=20tight-headings=20so?= =?UTF-8?q?=20that=20there=20isn=E2=80=99t=20interaction=20between=20two?= =?UTF-8?q?=20adjacent=20H1/H2=20blocks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/scss/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 58afacb..ccdfac1 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; } }