Skip to content

Commit

Permalink
fixed hovering effect
Browse files Browse the repository at this point in the history
  • Loading branch information
reshamsai150 committed Jun 1, 2024
1 parent add3837 commit d8d604b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ footer {
transition: transform 0.3s ease-in-out;
}
#img-box img:hover{
transform: scale(1.2);
transform: scale(1.1);
opacity: 0.82;
}

Expand Down

0 comments on commit d8d604b

Please sign in to comment.