projects
/
WP-Themes
/
kingsail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6804fde
)
removing cursor pointer from the first set of images on front page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 1 May 2018 12:23:46 +0000
(08:23 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 1 May 2018 12:23:46 +0000
(08:23 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/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; */
}