From 4316d0187fab7b8d337c079f5590c401138df2e2 Mon Sep 17 00:00:00 2001 From: lorentz Date: Wed, 4 Feb 2026 08:48:09 -0500 Subject: [PATCH] style: constrain navigation width to match content cards - Added max-w-6xl to navigation container - Navigation now aligns with KPI cards on wide screens - Prevents navigation from stretching too wide - Maintains consistent layout alignment --- components/navigation/app-navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/navigation/app-navigation.tsx b/components/navigation/app-navigation.tsx index 8e924af..b834a2d 100644 --- a/components/navigation/app-navigation.tsx +++ b/components/navigation/app-navigation.tsx @@ -95,7 +95,7 @@ export function AppNavigation() { return (
-
+
{/* Logo and App Name */}