From 51037e66e2d9b1deeab842f01969d8b89793d999 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 15 Aug 2018 15:21:47 -0400 Subject: [PATCH] fixing style syntax error for footer parallax --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 7b184fc..57296f6 100644 --- a/style.css +++ b/style.css @@ -2766,7 +2766,7 @@ Responsive grid for pages background-attachment: scroll !important; } } -.footer-parallax{ +#footer-parallax{ display: none; } video { -- 2.17.1