From 014b7829cabac234255605091b53a0062ad91750 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 14 Feb 2019 12:03:58 -0500 Subject: [PATCH] fixing the show more problem with the about section on the county landing pages --- css/app.css | 4 ++-- scss/_main.scss | 4 ++-- sections/county-landing-page.php | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/css/app.css b/css/app.css index 28ff7e9..a6a7ce5 100644 --- a/css/app.css +++ b/css/app.css @@ -6861,9 +6861,9 @@ body .cr__load-more-container.cr__clearfix { transition: all 0.5s ease; } #county-content-expand-section.expanded { display: inherit; - max-height: 0; + max-height: unset; overflow: inherit; - box-shadow: 0; + box-shadow: none; transition: all 0.5s ease; } #county-content-expand-button { diff --git a/scss/_main.scss b/scss/_main.scss index 198fec3..4ec655b 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -251,9 +251,9 @@ body .cr__load-more-container.cr__clearfix{ transition: all 0.5s ease; &.expanded { display: inherit; - max-height: 0; + max-height: unset; overflow: inherit; - box-shadow: 0; + box-shadow: none; transition: all 0.5s ease; } } diff --git a/sections/county-landing-page.php b/sections/county-landing-page.php index 710c349..b940cd2 100644 --- a/sections/county-landing-page.php +++ b/sections/county-landing-page.php @@ -33,8 +33,8 @@ -
-
+
+
@@ -44,7 +44,7 @@
-
+