From d744ff59e9d686d629b4a869caea8295532e84db Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 18 May 2014 19:13:54 -0400 Subject: [PATCH] Tweaks to the header style --- scss/style.scss | 7 ++++--- style.css | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/scss/style.scss b/scss/style.scss index 115ac8d..1c2db67 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -137,12 +137,13 @@ img { // .wrapper-masthead { - background-color: #e8e8f2; - margin-bottom: 50px; + //background-color: #e8e8f2; + margin-bottom: 40px; } .masthead { - padding: 25px 0; + padding: 20px 0; + border-bottom: #777 dotted 1px; @include mobile { text-align: center; } diff --git a/style.css b/style.css index 4c001b9..b55e924 100644 --- a/style.css +++ b/style.css @@ -404,11 +404,11 @@ img { background: #eeeeee; } .wrapper-masthead { - background-color: #e8e8f2; - margin-bottom: 50px; } + margin-bottom: 40px; } .masthead { - padding: 25px 0; } + padding: 20px 0; + border-bottom: #777777 dotted 1px; } @media screen and (max-width: 520px) { .masthead { text-align: center; } }