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