From b7e43c2232264ea93abb15266fce8b564be4550f Mon Sep 17 00:00:00 2001 From: lorentz Date: Wed, 4 Feb 2026 08:50:41 -0500 Subject: [PATCH] style: align navigation edges with card content - Removed container class, using max-w-6xl with px-4 directly - Changed absolute positioning from left-4/right-4 to left-0/right-0 - Navigation edges now align perfectly with card edges - Logo lines up with Dashboard text on left - Theme toggle aligns with card edge on right --- components/navigation/app-navigation.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/navigation/app-navigation.tsx b/components/navigation/app-navigation.tsx index b834a2d..21e7d37 100644 --- a/components/navigation/app-navigation.tsx +++ b/components/navigation/app-navigation.tsx @@ -95,10 +95,10 @@ export function AppNavigation() { return (
-
+
{/* Logo and App Name */} - + Wulf Consulting {/* Right Side Actions */} -
+