From e04e78f28f512e12627e7704a906e96072d9a0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?siyeon00=28=EC=9D=B4=EC=8B=9C=EC=97=B0=29?= Date: Wed, 2 Sep 2026 09:23:43 +0900 Subject: [PATCH] =?UTF-8?q?style=20:=20main=20=EA=B8=B0=EB=8A=A5=EC=84=A4?= =?UTF-8?q?=EB=AA=85=20=ED=8C=9D=EC=97=85=20=EC=97=AC=EB=B0=B1=20top=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/main.css b/src/css/main.css index dfd9ca5..96b18d7 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -133,7 +133,7 @@ body{overflow-x:hidden;} .utm-hero__map-wrap { position: relative; width: 100%; border-radius: 20px; overflow: hidden; } .utm-hero__map-img { display: block; width: 100%; height: 100%; object-fit: cover; } .utm-panel { position: absolute; bottom: -32px; left: -140px; width: 340px; background: #1a1d2e; padding: 24px 20px; display: flex; flex-direction: column; gap: 0; border-radius: 16px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(99,102,241,0.2); z-index: 5; } -.utm-panel__header { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; } +.utm-panel__header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; } .utm-panel__title { font-size: 14px; font-weight: 700; color: #fff; } .utm-panel__badge { font-size: 11px; font-weight: 600; background: rgba(249,115,22,0.2); color: #f97316; border-radius: 4px; padding: 2px 8px; } .utm-panel__table { display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; overflow: hidden; }