From 9c561cff9afe889f1bea4fff8313559e58c5773b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?siyeon00=28=EC=9D=B4=EC=8B=9C=EC=97=B0=29?= Date: Thu, 28 May 2026 10:16:56 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20location=20=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC=20=EA=B0=84=EA=B2=A9=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/common.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/common.css b/src/css/common.css index 9112e65..3261403 100644 --- a/src/css/common.css +++ b/src/css/common.css @@ -210,10 +210,10 @@ body{overflow-x:hidden;} .location-tabs { margin-bottom: 24px; } .location-wrap { display: flex; flex-direction: column; gap: 0; padding-bottom: 4rem; } .location-map-wrap { order: 1; width: 100%; } -.location-info-wrapper { order: 2; position: static; max-height: none; margin-top: 32px; width: 100%; } -.location-transport-wrap { order: 3; width: 100%; margin-top: 32px; margin-bottom: 4rem; } +.location-info-wrapper { order: 2; position: static; max-height: none; margin-top: 40px; width: 100%; } +.location-transport-wrap { order: 3; width: 100%; margin-top: 40px; margin-bottom: 4rem; } .location-map { height: 260px; width: 100%;} -.location-transport { padding-bottom: 0; } +.location-transport { padding:0 } .location-transport-list { grid-template-columns: 1fr; } .location-info-card { padding: 28px 24px; width: 100%; box-sizing: border-box; background: #fff; border-radius: 16px; border: 1px solid #e8e8e8; margin-top: 0; margin-left: 0; margin-right: 0; } .location-info-list { gap: 20px; margin-bottom: 28px; }