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
This commit is contained in:
lorentz 2026-02-04 08:48:09 -05:00
parent 94f960bdbf
commit 4316d0187f

View file

@ -95,7 +95,7 @@ export function AppNavigation() {
return (
<header className="sticky top-0 z-50 w-full border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
<div className="relative container flex h-16 items-center justify-center">
<div className="relative container flex h-16 items-center justify-center max-w-6xl mx-auto">
<div className="flex flex-1 items-center justify-center">
{/* Logo and App Name */}
<Link href="/" className="flex items-center space-x-3 absolute left-4">