From: Ian Weller Date: Tue, 24 Nov 2015 21:00:11 +0000 (-0500) Subject: forgot the feature image area to be at the same level as the slideshow on the home... X-Git-Tag: v1.0.0^2~246 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d0048797421b323b6afa9a754cd09a364a3dc63d;p=WP-Themes%2Fstaffords.git forgot the feature image area to be at the same level as the slideshow on the home page --- diff --git a/css/app.css b/css/app.css index 5adf887..426553b 100644 --- a/css/app.css +++ b/css/app.css @@ -7049,7 +7049,7 @@ main a { text-align: left; } } #head-img { - top: -120px; + top: -110px; height: 630px; width: 100%; background: url(../assets/slide-6.jpg) no-repeat; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 49101d3..99c4c7f 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -81,7 +81,7 @@ // } } #head-img { - top: -120px; + top: -110px; height: 630px; width: 100%; background: url(../assets/slide-6.jpg) no-repeat;