From bd2612bcf7b87ee6ee32a31be8d2d9724c16ab20 Mon Sep 17 00:00:00 2001 From: hyzen Date: Thu, 11 Jun 2026 23:41:15 +0530 Subject: [PATCH] Update: margin-top: 1.7rem 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 ee5f6c7..5f438a5 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -902,7 +902,7 @@ /* ── Comment form ── */ .comment-form { - margin-top: 1.5rem; + margin-top: 1.7rem; margin-bottom: 1.5rem; } diff --git a/static/css/custom.css b/static/css/custom.css index ee5f6c7..5f438a5 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -902,7 +902,7 @@ /* ── Comment form ── */ .comment-form { - margin-top: 1.5rem; + margin-top: 1.7rem; margin-bottom: 1.5rem; }