From 1a25071ccb2dbe380051de53dabb770aa4ace6a5 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:04:55 +0000 Subject: [PATCH] Changes --- src/App.css | 8 ++++---- src/index.css | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/App.css b/src/App.css index b9d355d..ba107f7 100644 --- a/src/App.css +++ b/src/App.css @@ -1,8 +1,8 @@ #root { - max-width: 1280px; - margin: 0 auto; - padding: 2rem; - text-align: center; + max-width: none; + margin: 0; + padding: 0; + text-align: inherit; } .logo { diff --git a/src/index.css b/src/index.css index 4ae02d9..05e7238 100644 --- a/src/index.css +++ b/src/index.css @@ -76,6 +76,14 @@ font-family: var(--font-body); } + /* Ensure full-width layout (avoid template max-width/padding on #root) */ + #root { + max-width: none; + margin: 0; + padding: 0; + text-align: inherit; + } + h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); }