From 9c8bd6aa071ad4084d6bc843c11ddc64e61c83c3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 May 2018 15:02:34 -0400 Subject: [PATCH] removing top value from the parallax sections --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9893cdd..2501a26 100644 --- a/style.css +++ b/style.css @@ -635,7 +635,7 @@ Content .parallax-section { padding: 30px 0 30px; position: relative; - top: 20px; + /* top: 20px; */ } } -- 2.17.1