From 2543ec800c369fca393dad686384a0bbeab0c88d Mon Sep 17 00:00:00 2001 From: "rajesh.n" Date: Sat, 27 Sep 2025 03:57:02 +0530 Subject: [PATCH] card issue --- main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index 49b0f9b..6d688d0 100644 --- a/main.css +++ b/main.css @@ -1699,7 +1699,7 @@ .practice-card-svg { width: 0; - height: 10%; + height: 60%; bottom: 0px; display: block; align-items: center; @@ -1713,7 +1713,7 @@ .practice-cards-wrapper:hover .practice-card:hover .practice-card-svg { - width: 35%; + width: 20%; opacity: 1; }