From 94247dc58479302b5d1408ac2e2f496310ce70f0 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 18 Jun 2018 13:08:52 -0400 Subject: [PATCH] removing margin from the slideshow --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index baea087..e9b2c4b 100644 --- a/style.css +++ b/style.css @@ -565,7 +565,7 @@ Widgets --------------------------------------------------------------*/ .widget { - margin: 0 0 20px; + /* margin: 0 0 20px; */ } /* Make sure select elements fit in widgets */ @@ -1891,7 +1891,7 @@ Portfolio Section --------------------------------------------------------------*/ .portfolio-listing { - margin: 0 -15px; + /* margin: 0 -15px; */ } .parallax-section:nth-child(4) .portfolio-listing a:hover{ cursor: initial; -- 2.17.1