From 296f78709b2e83058e756f090f6a4e8d17107761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 8 Nov 2025 11:34:17 +0100 Subject: [PATCH] style: align header, content, and footer widths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Standardized all layout sections to use consistent max-width: - Changed from inconsistent container/max-w-6xl to unified max-w-7xl - Header: container mx-auto → w-full max-w-7xl mx-auto - Main: container mx-auto → w-full max-w-7xl mx-auto - Footer: container mx-auto → w-full max-w-7xl mx-auto - MainConverter: removed max-w-6xl (inherits from parent) All sections now align perfectly with matching left/right edges for a clean, professional layout. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/page.tsx | 4 ++-- components/converter/MainConverter.tsx | 2 +- components/ui/Footer.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index d078f13..fc4dff6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -7,13 +7,13 @@ export default function Home() {
{/* Header with theme toggle */}
-
+
Units UI
-
+

Unit Converter diff --git a/components/converter/MainConverter.tsx b/components/converter/MainConverter.tsx index 1193114..e355203 100644 --- a/components/converter/MainConverter.tsx +++ b/components/converter/MainConverter.tsx @@ -138,7 +138,7 @@ export default function MainConverter() { }, [selectedUnit]); return ( -
+
{/* Command Palette */} -
+
{/* About */}