From 0aa7983608ec7858c4b290f4a9064a406d2947a3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 May 2018 14:47:39 -0400 Subject: [PATCH] fixing padding for the parallax sections --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 11970b4..9893cdd 100644 --- a/style.css +++ b/style.css @@ -633,7 +633,7 @@ Content top: 0; } .parallax-section { - padding: 0px 0 80px; + padding: 30px 0 30px; position: relative; top: 20px; } -- 2.17.1