From 2019f56f2785e045b16f1a7786cfbb14f19be547 Mon Sep 17 00:00:00 2001 From: defiQUG Date: Tue, 26 May 2026 20:35:59 -0700 Subject: [PATCH] fix(brand): enlarge nav logo and header rhythm on desktop Scale logo to 4rem from lg breakpoint, add nav min-height and lg py-4 so the wordmark reads better without crowding mobile controls. Co-authored-by: Cursor --- src/components/Navigation.tsx | 2 +- src/index.css | 39 ++++++++++++++++++++++++++++------- 2 files changed, 32 insertions(+), 9 deletions(-) diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index bb9e902..262111b 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -35,7 +35,7 @@ export function Navigation({ darkMode, setDarkMode, mobileMenuOpen, setMobileMen return ( <> -