From 378ca7e7cde2d02884812b831302fb5f4994278f Mon Sep 17 00:00:00 2001 From: Haewon Kam Date: Thu, 10 Sep 2026 16:20:39 +0900 Subject: [PATCH] =?UTF-8?q?mobile(supporters):=20=ED=9A=8C=EB=B3=B5=20?= =?UTF-8?q?=EC=9D=BC=EC=A0=95=20=ED=94=8C=EB=9E=98=EB=84=88=20=EB=B0=98?= =?UTF-8?q?=EC=9D=91=ED=98=95=20=EC=A0=95=EB=B9=84=20+=20=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20=ED=97=A4=EB=8D=94=20=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC=C2=B7=ED=83=9C=EB=B8=94=EB=A6=BF=20=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 헤더(≤900px): 첫 줄 브랜드·상담 예약, 둘째 줄 메뉴 가로 스크롤. 메뉴 6개가 두 줄로 겹치던 문제를 DOM 변경 없이 CSS만으로 해결(구조 지문 유지) - 플래너 모바일: 히어로 통계·핵심 날짜 2열, 시술 그리드 2열, 타임라인 날짜 머리 가로 배치, 숙소·예약 카드 1열, 입력 16px(iOS 확대 방지) - 하단 고정 요약 바: 결과가 있고 결과 섹션이 화면 아래에 있을 때만 표시. 시술명, 입국→출국, 박 수, 일정표 보기 버튼 - 검증: 1280 창 안 390/768px 아이프레임 하네스로 확인 (헤드리스 크롬은 창 최소 폭 때문에 400px 직접 캡처가 부정확) Co-Authored-By: Claude Fable 5.1 --- supporters/src/components/Planner.astro | 15 +++++++++ supporters/src/data/planStrings.json | 8 +++-- supporters/src/styles/global.css | 12 +++++++ supporters/src/styles/plan.css | 43 +++++++++++++++++++++++-- 4 files changed, 74 insertions(+), 4 deletions(-) diff --git a/supporters/src/components/Planner.astro b/supporters/src/components/Planner.astro index 04a99c1..a6ad803 100644 --- a/supporters/src/components/Planner.astro +++ b/supporters/src/components/Planner.astro @@ -36,6 +36,7 @@ const nHotels = PL.places.filter((x) => x.category === 'hotel').length;
+