From 5d3312b7b5c6d4eadfa61b84fe7d6a3adec7deef Mon Sep 17 00:00:00 2001 From: Ross Fenrick Date: Tue, 18 Jun 2019 13:14:13 -0500 Subject: [PATCH] added top spacing and reduced bottom (#1583) * added top spacing and reduced bottom Signed-off-by: Ross Fenrick * added marign to h3's Signed-off-by: Ross Fenrick --- site/_scss/site/common/_type.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/site/_scss/site/common/_type.scss b/site/_scss/site/common/_type.scss index 8ea3f159c..d6e653db1 100644 --- a/site/_scss/site/common/_type.scss +++ b/site/_scss/site/common/_type.scss @@ -25,7 +25,12 @@ h1 { h2 { color: $body-color-darkest; - margin-bottom: 2rem; + margin-bottom: 1rem; + margin-top: 2rem; +} + +h3 { + margin-top: 2rem; } h5 {