From 736c5e2d1e02bf18cdfaf18811f7c30453416721 Mon Sep 17 00:00:00 2001 From: Ayushmaanagarwal1121 Date: Wed, 29 May 2024 13:00:53 +0530 Subject: [PATCH] hovering animation on card --- src/pages/showcase/_components/ShowcaseCard/styles.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/showcase/_components/ShowcaseCard/styles.module.css b/src/pages/showcase/_components/ShowcaseCard/styles.module.css index 4ac4672a4..35fbc008b 100644 --- a/src/pages/showcase/_components/ShowcaseCard/styles.module.css +++ b/src/pages/showcase/_components/ShowcaseCard/styles.module.css @@ -69,6 +69,10 @@ font-size: smaller; line-height: 1.66; } +li:hover{ + scale: 1.05; + transition: scale 0.5s; +} .cardFooter { display: flex;