From 49bf5b193330a614a5e00e3287d838026044a00e Mon Sep 17 00:00:00 2001 From: Stephanie Egbuonu <100955511+stephanniegb@users.noreply.github.com> Date: Tue, 21 May 2024 14:32:31 +0100 Subject: [PATCH 1/2] Fix: fixed overflow problem on mobile screens --- website/app/components/Navbar.tsx | 2 +- website/app/globals.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/app/components/Navbar.tsx b/website/app/components/Navbar.tsx index 1f0c842..184b584 100644 --- a/website/app/components/Navbar.tsx +++ b/website/app/components/Navbar.tsx @@ -43,7 +43,7 @@ const Navbar = () => {