adding background-color to one element higher
authorIan Weller <ian@gaslightmedia.com>
Thu, 1 Sep 2016 18:00:20 +0000 (14:00 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 1 Sep 2016 18:00:20 +0000 (14:00 -0400)
Added background-color to featured-img class instead of the interior-image
class

css/app.css
scss/_main.scss

index 02065d1..d5c6052 100644 (file)
@@ -6551,7 +6551,7 @@ main.page-front #main-content {
     main.page-front #main-content {
       padding-top: 5px; } }
 
-.interior-featured {
+.feature-img {
   background-color: #0264a1; }
 
 #header-image {
index 17cc2b8..61d230c 100644 (file)
@@ -19,7 +19,7 @@ main.page-front {
         }
     }
 }
-.interior-featured {
+.feature-img {
     background-color: $blue;
 }
 #header-image {