Faulty CSS specificity, content-wrapper changed to page-wrapper for featured styles
authorLaury GvR <laury@gaslightmedia.com>
Tue, 9 Feb 2016 20:43:03 +0000 (15:43 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 9 Feb 2016 20:43:03 +0000 (15:43 -0500)
scss/_page.header.scss
scss/_topbar.scss

index 1080a55..04e2a8a 100644 (file)
@@ -192,11 +192,20 @@ header {
         margin-top: 110px;
     }
 }
-
+/* Featured image styles */
 @media (min-width: 1024px) {
     .featured-container {
         max-height: 520px;
         overflow: hidden;
         margin-top: 130px;
     }
-}
\ No newline at end of file
+}
+#page-wrapper .featured-image {
+    height: 520px;
+    @media #{$medium-only} {
+        height: 360px;
+    }
+    @media #{$small-only} {
+        height: 200px;
+    }
+}    
index 42f8b3a..b117008 100644 (file)
 //.offCanvasLinks{
 //    width: 89%;
 //}
-
-#content-wrapper .featured-image {
-    height: 520px;
-    @media #{$medium-only} {
-        height: 360px;
-    }
-    @media #{$small-only} {
-        height: 200px;
-    }
-}