로고 워드마크 정렬 수정:
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- 모바일 로고 텍스트 및 링크 baseline 맞춤.
- CSS 수정 및 스타일 정렬 개선.
This commit is contained in:
Rinjae
2026-08-04 19:27:54 +09:00
parent f36b1a6478
commit fbc145d145
3 changed files with 22 additions and 1 deletions
+9
View File
@@ -798,6 +798,15 @@ hr {
}
.header-left .logo {
height: 32px;
align-items: flex-end;
}
.header-left .logo .mobile-logo-link {
align-items: flex-end;
}
.header-left .logo .mobile-logo-text {
align-items: flex-end;
line-height: 1;
padding-bottom: 2px;
}
.logo-wrapper {
File diff suppressed because one or more lines are too long
@@ -131,6 +131,18 @@
.logo {
height: 32px;
// 로고 워드마크(DJ Bank) 밑선에 "API Portal" 글자 baseline 맞춤
align-items: flex-end;
.mobile-logo-link {
align-items: flex-end;
}
.mobile-logo-text {
align-items: flex-end;
line-height: 1;
padding-bottom: 2px;
}
}
}