v0.1.28 포스트 상세 헤더 정리

This commit is contained in:
2026-04-14 11:42:10 +09:00
parent 669f20f14a
commit a845f162ca
10 changed files with 66 additions and 37 deletions

View File

@@ -60,6 +60,10 @@
min-width: 4rem;
}
.max-w-content {
max-width: var(--content-header);
}
.line-clamp-1 {
overflow: hidden;
text-overflow: ellipsis;