fix: 로그인 브랜드 패널 로고 크기 축소 (44px → 28px)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-24 01:02:24 +09:00
parent f93eac9ce5
commit a52b66868d
+2 -1
View File
@@ -88,8 +88,9 @@ a { color: inherit; text-decoration: none; }
.brand-logo-mark svg { color: #fff; } .brand-logo-mark svg { color: #fff; }
.brand-logo-img { .brand-logo-img {
height: 44px; height: 28px;
width: auto; width: auto;
max-width: 160px;
object-fit: contain; object-fit: contain;
} }