From fc8315e31910876511ef12506a973864e23a622d Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Mon, 11 Jun 2018 15:29:29 -0400 Subject: [PATCH] Reduce H1 margin --- scss/base/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/base/_typography.scss b/scss/base/_typography.scss index 53184bac..29833e78 100644 --- a/scss/base/_typography.scss +++ b/scss/base/_typography.scss @@ -7,4 +7,8 @@ h1, h2, h3, h4, h5, h6 { left: 1rem; } +} + +h1 { + margin-top: 0.5em; } \ No newline at end of file