상세페이지 UI 개선
Deploy EG-BIM QA Gateway / deploy (push) Successful in 56s

This commit is contained in:
root
2026-09-22 17:05:12 +09:00
parent ee5205e133
commit 176316378b
2 changed files with 13 additions and 2 deletions
+4
View File
@@ -263,6 +263,7 @@ button { cursor: pointer; }
.form-footer { display: flex; justify-content: center; gap: 8px; padding-top: 26px; }
.detail-card { padding-bottom: 24px; }
.is-editing .detail-head, .is-editing .detail-body, .is-editing .comment-box { display: none; }
.detail-head { padding: 23px 22px 20px; border-bottom: 1px solid var(--line); }
.detail-title-line { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.detail-title-line h2 { margin: 0; font-size: 22px; letter-spacing: -.04em; }
@@ -346,6 +347,9 @@ button { cursor: pointer; }
.qa-list-page .sub-nav a.disabled-tab:hover, .egbim-page .sub-nav a.disabled-tab:hover { background: transparent; color: #fff; }
.qa-list-page .page-shell { width: calc(100% - 80px); max-width: 1200px; padding: 51px 0 62px; margin-right: auto; margin-left: auto; }
.egbim-page .page-shell { padding-top: 51px; }
.egbim-page .section-heading { display: block; margin-bottom: 40px; text-align: center; }
.egbim-page .section-heading h2 { font-size: 30px; }
.egbim-page .section-heading p { display: none; }
.qa-list-heading { margin: 0 0 40px; text-align: center; }
.qa-list-heading h1 { margin: 0; font-size: 30px; line-height: 1.35; letter-spacing: -.06em; }
.qa-list-page .filter-panel { padding: 0; margin: 0 0 40px; border: 0; background: transparent; }