From 814dafe63a7001e20a3935410361177b2adc1e64 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 May 2018 15:31:20 -0400 Subject: [PATCH] fixing content spacing on first page parallax animations --- style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 4b8c62e..9cf894b 100644 --- a/style.css +++ b/style.css @@ -1944,9 +1944,7 @@ Portfolio Section float: left; position: relative; } -.parallax-section:nth-child(4) .mid-content{ - width: 75%; -} + @media (min-width: 768px){ .parallax-section:nth-child(4) .portfolio-list{ width: 24%; @@ -2662,7 +2660,7 @@ Responsive grid for pages border-bottom: 4px solid #320701; /* border-top: 3px solid #F28B59; border-bottom: 3px solid #F28B59; */ - background: rgba(255,255,255, .9) !important; + /* background: rgba(255,255,255, .9) !important; */ /* margin-top: 30px; */ } .parallax-section:nth-child(3){ -- 2.17.1