From a155cb339baa960294efcd359dec0036bf986e2c Mon Sep 17 00:00:00 2001 From: hyzen Date: Thu, 11 Jun 2026 23:13:39 +0530 Subject: [PATCH] Update: margin-top: 2.04rem for .comment-form --- docs/css/custom.css | 2 +- static/css/custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/css/custom.css b/docs/css/custom.css index 4af6309..63122b2 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -901,7 +901,7 @@ /* ── Comment form ── */ .comment-form { - margin-top: 2.44rem; + margin-top: 2.04rem; margin-bottom: 1.5rem; } diff --git a/static/css/custom.css b/static/css/custom.css index 4af6309..63122b2 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -901,7 +901,7 @@ /* ── Comment form ── */ .comment-form { - margin-top: 2.44rem; + margin-top: 2.04rem; margin-bottom: 1.5rem; }