Update: margin-top: 2.6rem for .comment-form

This commit is contained in:
hyzen
2026-06-11 00:45:59 +05:30
parent ddc30353ed
commit 1e87f6778f
2 changed files with 2 additions and 2 deletions

View File

@@ -901,7 +901,7 @@
/* ── Comment form ── */ /* ── Comment form ── */
.comment-form { .comment-form {
margin-top: 2rem; margin-top: 2.6rem;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }

View File

@@ -901,7 +901,7 @@
/* ── Comment form ── */ /* ── Comment form ── */
.comment-form { .comment-form {
margin-top: 2rem; margin-top: 2.6rem;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }