From 89d2f1e9f1393b7225cc28ded8b3f6835665196c Mon Sep 17 00:00:00 2001 From: hyoseung930 <35983843+hyoseung930@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:41:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BF=A0=ED=8F=B0=20=EC=9E=90=EB=8F=99=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=20=EC=82=AC=EC=9D=B4=ED=8A=B8=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 배포 완료. `html`, `body`, `#app`에 `width: 100%`를 추가하여 `margin: 0 auto` 중앙 정렬이 올바르게 동작하도록 수정했습니다. [https://hero.wageulwageul.com](https://hero.wageulwageul.com) 에서 확인해보세요. --- front/src/App.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/front/src/App.vue b/front/src/App.vue index 34d14d3..8a7f937 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -15,11 +15,18 @@ const isAdmin = computed(() => window.location.pathname === '/admin');