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
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:
@@ -51,7 +51,7 @@ export function Navbar() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<nav className="sticky top-0 z-50 w-full border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
|
<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 */}
|
{/* Logo */}
|
||||||
<Link href="/" className="flex items-center gap-2 mr-4 md:mr-8">
|
<Link href="/" className="flex items-center gap-2 mr-4 md:mr-8">
|
||||||
<Activity className="h-6 w-6 text-primary" />
|
<Activity className="h-6 w-6 text-primary" />
|
||||||
|
|||||||
Reference in New Issue
Block a user