From a9b1a9dc035f6562a594096a67bb8a8be30e7d35 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 25 Apr 2018 16:54:30 -0400 Subject: [PATCH] decreasing min height for page content --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.17.1