removing cursor pointer from the first set of images on front page
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 May 2018 12:23:46 +0000 (08:23 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 May 2018 12:23:46 +0000 (08:23 -0400)
style.css

index fc5095f..dd18a29 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1893,7 +1893,9 @@ Portfolio Section
 .portfolio-listing {
     margin: 0 -15px;
 }
-
+.parallax-section:nth-child(4) .portfolio-listing a:hover{
+    cursor: initial;
+}
 .portfolio-listing a:nth-child(3n+1){
     /* clear: both; */
 }