From: Ian Weller Date: Wed, 4 Nov 2015 21:46:58 +0000 (-0500) Subject: trying to remedy the gap between copyright and content X-Git-Tag: v1.0.0^2~359 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=29fd3c8d62166b6d87aaa8b546a7c5c15d81e0b4;p=WP-Themes%2Fstaffords.git trying to remedy the gap between copyright and content --- diff --git a/css/app.css b/css/app.css index f377516..8f87fa0 100644 --- a/css/app.css +++ b/css/app.css @@ -6708,7 +6708,7 @@ main.page-front { main.page-inside { margin-top: 10px; position: relative; - top: -100px; } + top: -50px; } @media only screen and (max-width: 40em) { main.page-inside { top: 0px; } } diff --git a/scss/_main.scss b/scss/_main.scss index f8ddc1c..27762f4 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -11,7 +11,7 @@ main { &.page-inside { margin-top: 10px; position: relative; - top: -100px; + top: -50px; @media #{$small-only} { top: 0px; }