From ea52406a4ae0845dbcd75df3dab1d45247822d89 Mon Sep 17 00:00:00 2001 From: hyzen Date: Thu, 11 Jun 2026 14:45:27 +0530 Subject: [PATCH] Update: comment styling --- 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 7723eef..cacebce 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -997,7 +997,7 @@ /* ── Individual comments ── */ .comment { - margin-bottom: 1.2rem; + margin-bottom: 0.86rem; padding: 0.75rem 0.9rem 0 0.9rem; border: 1px solid var(--background-color1, #e0e0e0); border-radius: 6px; diff --git a/static/css/custom.css b/static/css/custom.css index 7723eef..cacebce 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -997,7 +997,7 @@ /* ── Individual comments ── */ .comment { - margin-bottom: 1.2rem; + margin-bottom: 0.86rem; padding: 0.75rem 0.9rem 0 0.9rem; border: 1px solid var(--background-color1, #e0e0e0); border-radius: 6px;