From 19ed53e1b2ee449b5407d38977468588cb1c6cf0 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 1 May 2018 08:23:46 -0400 Subject: [PATCH] removing cursor pointer from the first set of images on front page --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index fc5095f..dd18a29 100644 --- 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; */ } -- 2.17.1