From 3457c642badaf499f35a4ab1a82f416b839356a7 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 20 Apr 2018 08:18:34 -0400 Subject: [PATCH] testing a min height on content body to push footer down --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b6b540b..89c77a5 100644 --- a/style.css +++ b/style.css @@ -112,7 +112,9 @@ html { } body { - background-image: linear-gradient(to right top, #0071bc, #0080ca, #008fd7, #009fe3, #00aeef); + background-color: #00AEEF; + + /* background-image: linear-gradient(to right top, #0071bc, #0080ca, #008fd7, #009fe3, #00aeef); */ /* Fallback for when there is no custom background color defined. */ } @@ -1242,6 +1244,7 @@ body.logged-in.parallax-on #masthead { #content { position: relative; z-index: 99; + min-height: 95vh; } body.parallax-on .wpcf7-not-valid-tip { -- 2.17.1