Skip to content

Commit

Permalink
Fix hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Liudmyla Trambai committed Dec 24, 2024
1 parent 44d84ff commit 6f12a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/blocks/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
transition: all 0.2s;

&:hover {
transform: scale(1.2);
transform: scale(1.1);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

Expand Down

0 comments on commit 6f12a08

Please sign in to comment.