Skip to content

Commit

Permalink
feat: added hover animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyanshi210205 committed Oct 24, 2024
1 parent a324bd1 commit 77b2eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body {
transition: all 0.3s ease;
}

.toggle-container:hover{
.toggle-container:hover {
transform: scale(1.05);
}

Expand Down

0 comments on commit 77b2eb5

Please sign in to comment.