From 36cf61429425660c9ff6e7723f2f3f3115dfe13e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 May 2018 13:54:15 -0400 Subject: [PATCH] unhiding the parallax titles on the front page --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index fc085c4..cc3c46f 100644 --- a/style.css +++ b/style.css @@ -2688,7 +2688,7 @@ Responsive grid for pages width: 100%; } .parallax-section:not(:first-child) h2{ - display: none; + /* display: none; */ } .parallax-section:not(:first-child) h2 ~ .parallax-content{ /* display: none; */ -- 2.17.1