From 76847435f9fc23147ab25e81731fba1330b8e5ad Mon Sep 17 00:00:00 2001 From: Pat Dryburgh Date: Wed, 1 Aug 2018 09:53:36 -0700 Subject: [PATCH] fix heading position --- _sass/_base.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index b74293e..a0c47fc 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -83,8 +83,7 @@ hr { .home h1 { font-size: 2em; - padding: 2em 0; - margin-bottom: 0; + margin-bottom: 2em; text-align: center; }