Skip to content

Commit

Permalink
Merge pull request #919 from Sourabh782/resolved-card-hover-bug
Browse files Browse the repository at this point in the history
Feat: Resolved Card Hover bug in Landing Page
  • Loading branch information
deepeshmlgupta committed Aug 8, 2024
2 parents f580615 + e7497f1 commit 71391bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1278,9 +1278,11 @@ p {
}

.single-services:hover .services-icon {
top: -20px;
top: -30px;
scale: 0.75;
box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
z-index: 10;
background-color: white;
}

.single-services .services-icon img {
Expand Down

0 comments on commit 71391bf

Please sign in to comment.