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

This commit is contained in:
hyzen
2026-06-11 23:35:29 +05:30
parent 74ed360be7
commit 92e16e4cc4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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