Skip to content

Commit 736c5e2

Browse files
hovering animation on card
1 parent 76e8830 commit 736c5e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/showcase/_components/ShowcaseCard/styles.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
font-size: smaller;
7070
line-height: 1.66;
7171
}
72+
li:hover{
73+
scale: 1.05;
74+
transition: scale 0.5s;
75+
}
7276

7377
.cardFooter {
7478
display: flex;

0 commit comments

Comments
 (0)