From 12017125cabc25ecc9bf632dd0b7ee3d06432926 Mon Sep 17 00:00:00 2001 From: prince04kumar Date: Sat, 19 Oct 2024 00:12:51 +0530 Subject: [PATCH 1/2] responsive navbar and removed unnecessary margin from footer and hide scrollbar --- frontend/src/components/Footer.jsx | 2 +- frontend/src/components/Navbar.css | 89 ++++++++++++++++++++++++------ frontend/src/components/Navbar.jsx | 32 ++++++++--- frontend/src/index.css | 6 ++ frontend/src/pages/HomePage.jsx | 2 +- 5 files changed, 105 insertions(+), 26 deletions(-) diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index b5dab68..095f0db 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -24,7 +24,7 @@ const Footer = () => { }, []) return ( -