From d25d3d1a66c35989ac1240527a079143c706d783 Mon Sep 17 00:00:00 2001 From: Aman Kumar Singh Date: Fri, 13 Mar 2026 13:32:23 +0530 Subject: [PATCH] fix: Remove extra spacing on bottom of hero section --- src/components/mission-outreach/HeroSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mission-outreach/HeroSection.tsx b/src/components/mission-outreach/HeroSection.tsx index 8e3642b..a87a10b 100644 --- a/src/components/mission-outreach/HeroSection.tsx +++ b/src/components/mission-outreach/HeroSection.tsx @@ -9,7 +9,7 @@ const HeroContainer = styled.section` margin: 0 auto; padding: 0 33px; min-height: 657px; - margin-bottom: 50vh; + margin-bottom: 80px; `; import { motion } from 'framer-motion';