diff options
| author | Barry Clark <barry@barryclark.co> | 2014-07-02 08:57:41 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-07-02 08:57:41 -0400 |
| commit | d7dbbf8a896f426b880a99e2e2ab323db5901a02 (patch) | |
| tree | 110692fe742ff1176ef788441246582c60ce2cca | |
| parent | 2dd2f78689df65cd42935b22aca97254ef291582 (diff) | |
| download | acn-blog-d7dbbf8a896f426b880a99e2e2ab323db5901a02.tar.gz acn-blog-d7dbbf8a896f426b880a99e2e2ab323db5901a02.tar.bz2 acn-blog-d7dbbf8a896f426b880a99e2e2ab323db5901a02.zip | |
Slight tweak to spacing between masthead and content
| -rwxr-xr-x | scss/style.scss | 2 | ||||
| -rw-r--r-- | style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scss/style.scss b/scss/style.scss index ac93e98..7087b81 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -145,7 +145,7 @@ img { // .wrapper-masthead { - margin-bottom: 40px; + margin-bottom: 50px; } .masthead { @@ -137,7 +137,7 @@ img { /* LAYOUT / SECTIONS /*/ .wrapper-masthead { - margin-bottom: 40px; } + margin-bottom: 50px; } .masthead { padding: 20px 0; |
