style(ui): brand-divider 애니메이션 속도 10s로 조정

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 01:58:24 +09:00
parent 9a8dace7ec
commit dcecc1476e
+1 -1
View File
@@ -151,7 +151,7 @@ a { color: inherit; text-decoration: none; }
background: var(--blue); background: var(--blue);
border-radius: 2px; border-radius: 2px;
margin-top: 28px; margin-top: 28px;
animation: divider-breathe 5s ease-in-out infinite; animation: divider-breathe 10s ease-in-out infinite;
} }
@keyframes divider-breathe { @keyframes divider-breathe {