style: center header content with mx-auto
All checks were successful
Build and Push Docker Image to Gitea / build-and-push (push) Successful in 1m13s

Added mx-auto to navbar container to center the header content.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-24 00:10:11 +01:00
parent f83ecf864a
commit 7f1c110f8f

View File

@@ -51,7 +51,7 @@ export function Navbar() {
return (
<nav className="sticky top-0 z-50 w-full border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
<div className="container flex h-16 items-center px-4 md:px-6">
<div className="container mx-auto flex h-16 items-center px-4 md:px-6">
{/* Logo */}
<Link href="/" className="flex items-center gap-2 mr-4 md:mr-8">
<Activity className="h-6 w-6 text-primary" />