blog homepage feature image adjustment
authorIan Weller <ian@gaslightmedia.com>
Thu, 1 Oct 2015 20:01:24 +0000 (16:01 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 1 Oct 2015 20:02:01 +0000 (16:02 -0400)
css/app.css
scss/_blog.scss
scss/_main.scss

index c834c5c..77d69ed 100644 (file)
@@ -6955,8 +6955,7 @@ main #mid {
   background-position: bottom;
   background-size: cover;
   min-height: 409px;
-  margin: -185px auto 0;
-  z-index: 5; }
+  margin: -185px auto 0; }
   @media only screen and (max-width: 40em) {
     #head-img {
       margin-top: -140px;
@@ -7443,6 +7442,9 @@ h2#slide-text {
   font-style: normal;
   font-weight: normal; }
 
+.blog-home #head-img {
+  margin-top: -278px; }
+
 .blog-single #head-img {
   margin: -280px auto 0; }
   @media only screen and (max-width: 40em) {
index 2ed56ef..7d1220c 100644 (file)
         font-weight: normal;
     }
 }
+.blog-home {
+    #head-img {
+        margin-top: -278px;
+    }
+}
 .blog-single {
     #head-img {
         margin: -280px auto 0;
index 12411bf..e12d760 100644 (file)
@@ -344,7 +344,6 @@ main {
             }
         }
     }
-    
 }
 #head-img {
     background: url(../assets/interior-pg-sample-header-image.jpg) no-repeat;
@@ -352,7 +351,6 @@ main {
     background-size: cover;
     min-height: 409px;
     margin: -185px auto 0;
-    z-index: 5;
     @media #{$small-only} {
         margin-top: -140px;
         min-height: 170px;