More sensible default colors to front list featured member grid
authorLaury GvR <laury@gaslightmedia.com>
Fri, 12 Oct 2018 17:10:11 +0000 (13:10 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 12 Oct 2018 17:10:11 +0000 (13:10 -0400)
css/front.css

index 4af4fc8..1339d92 100644 (file)
@@ -1130,9 +1130,9 @@ glm-member-detail-content-toggle {
     list-style: none;
     overflow: hidden;
     text-align: center;
-    background-color: grey;
+    background-color: green;
     margin-bottom: 40px;
-    box-shadow: 0px 0px 11px -1px grey;
+    box-shadow: 0px 0px 11px -1px green;
     border-radius: 3px;
     padding: 5px;
 }
@@ -1145,12 +1145,12 @@ glm-member-detail-content-toggle {
     width: 33%;
 }
 @media (max-width: 1024px) {
-    #featured-grid .featured-grid-item-wrapper {
+    #glm-featured-members-grid .featured-grid-item-wrapper {
         width: 48%;
     }
 }
 @media (max-width: 640px) {
-    #featured-grid .featured-grid-item-wrapper {
+    #glm-featured-members-grid .featured-grid-item-wrapper {
         width: 100%;
         max-width: 320px;
         float: none;