From d1215070646734f6ddf7ed011928d5cb21127568 Mon Sep 17 00:00:00 2001 From: Tanmayshi Date: Tue, 17 Dec 2024 18:26:21 +0530 Subject: [PATCH] Enhance card styling and add hover effect to date box --- components/Venue/venue.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Venue/venue.js b/components/Venue/venue.js index bc24eb5d..860d209c 100644 --- a/components/Venue/venue.js +++ b/components/Venue/venue.js @@ -29,14 +29,14 @@ function Venue({ className, city }) { return (
+ className='relative w-[300px] h-[400px] sm:w-[250px] sm:h-[350px] card-bg rounded-md bg-[image:var(--image-url)] flex items-center justify-center p-4 cursor-pointer m-3 hover:scale-105 hover:shadow-xl transition-transform duration-300 ease-in-out'>
{city.cfp?
cfp is open
:null}