Skip to content

Commit

Permalink
Merge pull request #950 from reshamsai150/imghover
Browse files Browse the repository at this point in the history
fixed hovering effect
  • Loading branch information
arghadipmanna101 authored Jun 1, 2024
2 parents a201d2e + d8d604b commit 0dadec9
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 @@ -600,7 +600,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 0dadec9

Please sign in to comment.