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:
parent
94f960bdbf
commit
4316d0187f
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue