decreasing min height for page content
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 25 Apr 2018 20:54:30 +0000 (16:54 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 25 Apr 2018 20:54:30 +0000 (16:54 -0400)
style.css

index 6529adf..2d6065d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1266,7 +1266,7 @@ body.logged-in.parallax-on #masthead {
    
 }
 .page #content{
-    min-height: 95vh;
+    min-height: 86vh;
     background: url(assets/interior-bg.jpg) no-repeat center center;
     background-size: cover;
 }