From 3b7ed219df1cb7550f468d960a05f3d0afcb7eb8 Mon Sep 17 00:00:00 2001 From: hyunho Date: Wed, 25 Mar 2026 10:57:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=8F=BC=20?= =?UTF-8?q?=ED=81=AC=EA=B8=B0=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/public/styles.css | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/frontend/public/styles.css b/frontend/public/styles.css index 2d2bce8..f5aad61 100644 --- a/frontend/public/styles.css +++ b/frontend/public/styles.css @@ -102,36 +102,37 @@ a { } .login-brand h1 { - font-size: clamp(3rem, 5vw, 4.8rem); + font-size: clamp(2.4rem, 4.2vw, 3.9rem); line-height: 0.95; letter-spacing: -0.05em; color: #f8fafc; } .login-form-wrap { - padding: 52px 34px; + padding: 46px 30px; display: grid; align-content: center; - gap: 18px; + gap: 14px; background: rgba(15, 23, 42, 0.12); } .login-card label { display: flex; flex-direction: column; - gap: 8px; - font-size: 15px; + gap: 6px; + font-size: 13px; font-weight: 800; color: rgba(255, 255, 255, 0.9); } .login-card input { - min-height: 54px; + min-height: 46px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 999px; - padding: 14px 20px; + padding: 11px 18px; background: rgba(255, 255, 255, 0.1); color: #f8fafc; + font-size: 13px; outline: none; } @@ -158,17 +159,19 @@ a { } .login-card button { - margin-top: 6px; + margin-top: 4px; border: none; color: #fff; background: rgba(31, 41, 55, 0.82); box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22); + min-height: 42px; + font-size: 13px; } .helper-text { margin: 0; min-height: 20px; - font-size: 13px; + font-size: 12px; color: rgba(248, 250, 252, 0.8); }