v0.1.9 포스트 레이아웃 폭 오류 수정

This commit is contained in:
2026-04-13 16:45:09 +09:00
parent 437c403830
commit 98defddcf3
3 changed files with 4 additions and 4 deletions

View File

@@ -975,7 +975,7 @@ input {
height: 56px;
}
.post-template {
.post-article {
max-width: var(--content-header);
margin: 0 auto;
padding: 18px 0 10px;
@@ -1320,7 +1320,7 @@ input {
padding-inline: 0;
}
.post-template {
.post-article {
max-width: 100%;
}