From 2d330f59fbb91305abe1fa23360305c595f3f966 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Mon, 26 Jan 2015 15:42:15 +0100 Subject: [PATCH] Add a bit more padding around banner. --- css/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.scss b/css/style.scss index 0a6bfba..2b13168 100644 --- a/css/style.scss +++ b/css/style.scss @@ -76,6 +76,7 @@ body { .header { @include single-box-shadow(0, 10px, 5px, -10px); background: $main-color; + padding: $text-pad; h1 { @include adjust-font-size-to(5em,1/2);