From: Anthony Talarico Date: Fri, 13 Apr 2018 19:30:29 +0000 (-0400) Subject: fixing front page parallax section width X-Git-Tag: v1.0.0^2~15 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0a7e10af6226699b1328c1490c8d82bbed7efa33;p=WP-Themes%2Fnpoint.git fixing front page parallax section width --- 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;