Skip to content

Commit

Permalink
resolved card hover bug on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourabh782 committed Aug 8, 2024
1 parent db6c415 commit e7497f1
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 e7497f1

Please sign in to comment.