From b640fef7d7db7b5cbfe96b9d02d1bfe4e11fa451 Mon Sep 17 00:00:00 2001 From: Akshit Gupta <96991785+akkshitgupta@users.noreply.github.com> Date: Wed, 20 Mar 2024 00:01:48 +0530 Subject: [PATCH] fix: margins and paddings of hero section (#278) Co-authored-by: Ace <40604284+AceTheCreator@users.noreply.github.com> --- components/Navbar/navDrop.js | 4 ++-- components/Navbar/navbar.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Navbar/navDrop.js b/components/Navbar/navDrop.js index d0d3984d..52396ca7 100644 --- a/components/Navbar/navDrop.js +++ b/components/Navbar/navDrop.js @@ -8,8 +8,8 @@ const NavDrop = forwardRef((props, ref)=> { const {setDrop}=props; const [show, setShow] = useState(null); return ( -