From 5f1791443a0cf99008756e03978afeead3eb60e1 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Mon, 2 Feb 2026 14:31:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=97=A4=EB=8D=94=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=95=84=EC=9B=83=20-=20=EB=B8=8C=EB=9E=9C=EB=93=9C=20?= =?UTF-8?q?=EC=99=BC=EC=AA=BD,=20=EA=B3=84=EC=A0=95=20=EC=98=A4=EB=A5=B8?= =?UTF-8?q?=EC=AA=BD=20=EB=B0=B0=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - max-width 제거하고 width: 100%로 변경 - justify-content: space-between으로 양쪽 끝 배치 Co-Authored-By: Claude Opus 4.5 --- web-ui/components/navbar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-ui/components/navbar.html b/web-ui/components/navbar.html index ad676af..10b1874 100644 --- a/web-ui/components/navbar.html +++ b/web-ui/components/navbar.html @@ -89,8 +89,8 @@ body { display: flex; align-items: center; justify-content: space-between; - max-width: 1400px; - margin: 0 auto; + width: 100%; + padding: 0 var(--space-4); } .header-left .brand {