From 4dcff157b3a84d1138f82decd9f73addf9411e51 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 12 Oct 2018 13:10:11 -0400 Subject: [PATCH] More sensible default colors to front list featured member grid --- css/front.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/front.css b/css/front.css index 4af4fc83..1339d922 100644 --- a/css/front.css +++ b/css/front.css @@ -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; -- 2.17.1