Skip to content

Commit a92ac69

Browse files
authored
Merge pull request #287 from Ayushmaanagarwal1211/main
hovering animation on card #286
2 parents 76e8830 + 736c5e2 commit a92ac69

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)