From 927990c002fa8ce875f14c0f5f30f902b1a56a4c Mon Sep 17 00:00:00 2001 From: king Date: Wed, 27 May 2026 02:00:26 +0900 Subject: [PATCH] =?UTF-8?q?style(ui):=20brand-divider=20=EC=95=A0=EB=8B=88?= =?UTF-8?q?=EB=A9=94=EC=9D=B4=EC=85=98=2010px=E2=86=9250%=E2=86=9210px=202?= =?UTF-8?q?4s=20=EC=A3=BC=EA=B8=B0=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/static/styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index e66243c..e7de15d 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -146,18 +146,18 @@ a { color: inherit; text-decoration: none; } } .brand-divider { - width: 48px; + width: 10px; height: 3px; background: var(--blue); border-radius: 2px; margin-top: 28px; - animation: divider-breathe 10s ease-in-out infinite; + animation: divider-breathe 24s ease-in-out infinite; } @keyframes divider-breathe { - 0% { width: 48px; } - 50% { width: 100%; } - 100% { width: 48px; } + 0% { width: 10px; } + 50% { width: 50%; } + 100% { width: 10px; } } .brand-footer {