From db275cd4bc7a7721668c28a0a0d33965b1b291dd Mon Sep 17 00:00:00 2001 From: hyzen Date: Thu, 11 Jun 2026 22:03:09 +0530 Subject: [PATCH] Update: margin-bottom: 0.85rem for .comment --- 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 2dfba03..4af6309 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -1003,7 +1003,7 @@ /* ── Individual comments ── */ .comment { - margin-bottom: 0.86rem; + margin-bottom: 0.85rem; 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 2dfba03..4af6309 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1003,7 +1003,7 @@ /* ── Individual comments ── */ .comment { - margin-bottom: 0.86rem; + margin-bottom: 0.85rem; padding: 0.75rem 0.9rem 0 0.9rem; border: 1px solid var(--background-color1, #e0e0e0); border-radius: 6px;