From 7f1c110f8fb36fe1dc27790755247f8ba6dc1ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 24 Nov 2025 00:10:11 +0100 Subject: [PATCH] style: center header content with mx-auto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added mx-auto to navbar container to center the header content. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/layout/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/Navbar.tsx b/components/layout/Navbar.tsx index e93b4cb..6a33f4d 100644 --- a/components/layout/Navbar.tsx +++ b/components/layout/Navbar.tsx @@ -51,7 +51,7 @@ export function Navbar() { return (