fix: 메인 헤더 원복 및 로그인 로고 크기 조정 (28px → 36px)
- main.html 헤더: SVG 아이콘+텍스트 방식으로 원복 - 로그인/접근거부 브랜드 패널 로고: 36px로 조정 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -88,9 +88,9 @@ a { color: inherit; text-decoration: none; }
|
||||
.brand-logo-mark svg { color: #fff; }
|
||||
|
||||
.brand-logo-img {
|
||||
height: 28px;
|
||||
height: 36px;
|
||||
width: auto;
|
||||
max-width: 160px;
|
||||
max-width: 180px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user