From 0a7e10af6226699b1328c1490c8d82bbed7efa33 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 13 Apr 2018 15:30:29 -0400 Subject: [PATCH] fixing front page parallax section width --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index dc549fe..98275ee 100644 --- a/style.css +++ b/style.css @@ -590,7 +590,9 @@ Content width: 1000px; margin: 0 auto; } - +.parallax-section .mid-content{ + width: 1200px; +} .parallax-section { padding: 60px 0 80px; position: relative; -- 2.17.1