From: Anthony Talarico Date: Wed, 25 Apr 2018 20:54:30 +0000 (-0400) Subject: decreasing min height for page content X-Git-Tag: v1.0.0^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a9b1a9dc035f6562a594096a67bb8a8be30e7d35;p=WP-Themes%2Fkingsail.git decreasing min height for page content --- diff --git a/style.css b/style.css index 6529adf..2d6065d 100644 --- 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; }