testing a min height on content body to push footer down
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Apr 2018 12:18:34 +0000 (08:18 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Apr 2018 12:18:34 +0000 (08:18 -0400)
style.css

index b6b540b..89c77a5 100644 (file)
--- 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 {