From 1a44cce15c475e399b39faf8b382abb952c2cc34 Mon Sep 17 00:00:00 2001 From: selvi Date: Fri, 10 Apr 2026 10:15:23 +0530 Subject: [PATCH] img height increased --- src/app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 8f456cb..f3d5fe0 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -191,7 +191,7 @@ h4 { .hero-section { text-align: center; - margin-bottom: 30px; + margin-bottom: 40px; } .locations-grid { @@ -209,7 +209,7 @@ h4 { .card-image-container { position: relative; - height: 320px; + height: 430px; overflow: hidden; }