From e4110854422dbeeb220cb2d2089fe972f64f6fbb Mon Sep 17 00:00:00 2001 From: luk Date: Tue, 22 Jul 2025 12:17:48 +1000 Subject: [PATCH] Fixed overflow on navbar by moving links to the same div as logo and moving terminal to the div below + Modified link text to scale relative to viewport --- frontend/src/components/Navbar.tsx | 37 +++++++++++++++--------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 6c43a3b..0acc8a3 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -13,8 +13,8 @@ const Navbar = () => { }, []); return ( -