From d0048797421b323b6afa9a754cd09a364a3dc63d Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 24 Nov 2015 16:00:11 -0500 Subject: [PATCH] forgot the feature image area to be at the same level as the slideshow on the home page --- css/app.css | 2 +- scss/_slideshow.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1