Added display block to content parents to ensure a min-height of 800px even on Firefox
authorLaury GvR <laury@gaslightmedia.com>
Wed, 26 Jul 2017 19:06:06 +0000 (15:06 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 26 Jul 2017 19:06:06 +0000 (15:06 -0400)
style.css

index 4b6eea5..69ed42f 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -2122,8 +2122,9 @@ body:not(.has-header-image):not(.has-header-video) .custom-header-media {
     text-align: center;
 }
 .parent-container.content-parent {
-        max-width: 1000px;
-        width: 100%;
+    max-width: 1000px;
+    width: 100%;
+    display: block;
 }
 @media screen and (min-width: 320px) {
     .parent-container.content-parent {