Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag270102 committed Dec 18, 2023
1 parent 0f63633 commit eaf82d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/ProjectCard/Project.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
.product-image:hover .info{transform: translateX(0);}

.info ul li{transition: 0.3s ease;}
.info ul li:hover{transform: translateX(50px) scale(1.3);}
.info ul li:hover{transform: translateX(50px) scale(1.1);}

.product-image:hover img {transition: all 0.3s ease-out;}
.product-image:hover img {transform: scale(1.2, 1.2);}

0 comments on commit eaf82d4

Please sign in to comment.