diff options
| author | Barry Clark <barry@barryclark.co> | 2014-05-18 19:13:54 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-05-18 19:13:54 -0400 |
| commit | d744ff59e9d686d629b4a869caea8295532e84db (patch) | |
| tree | c7fbe44f37163fedf664f7d86a646f74a5798fd6 /scss | |
| parent | f54107a5da8a77c7b812eb4a57c3a8a9da9a62cf (diff) | |
| download | acn-blog-d744ff59e9d686d629b4a869caea8295532e84db.tar.gz acn-blog-d744ff59e9d686d629b4a869caea8295532e84db.tar.bz2 acn-blog-d744ff59e9d686d629b4a869caea8295532e84db.zip | |
Tweaks to the header style
Diffstat (limited to 'scss')
| -rwxr-xr-x | scss/style.scss | 7 |
1 files changed, 4 insertions, 3 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; } |
