From 834e3b375de5893fd48c8cf02766f97631e80477 Mon Sep 17 00:00:00 2001 From: Alok Kumar <122669937+alokthakur490@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:53:04 +0530 Subject: [PATCH] done1st --- src/styles/prizeSection.module.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/styles/prizeSection.module.css b/src/styles/prizeSection.module.css index 65fc78f..506fdb8 100644 --- a/src/styles/prizeSection.module.css +++ b/src/styles/prizeSection.module.css @@ -285,7 +285,7 @@ padding: 0 4% 0 4%; flex-direction: column; align-items: center; - gap: 10px; + gap: 22px; } .top_right, @@ -350,4 +350,14 @@ .right_card { order: 3; } + + .left_card ,.center_card,.right_card{ + /* Your existing styles for left_card */ + transition: none; /* Add a smooth transition effect */ + } + + /* New styles for hover effect */ + .left_card:hover ,.center_card:hover,.right_card:hover{ + transform: none; /* You can adjust the scaling factor as needed */ + } } \ No newline at end of file