From 8f781940b07ec5063fb09a8b98007e5a4fa75df6 Mon Sep 17 00:00:00 2001 From: hyzen Date: Wed, 10 Jun 2026 17:38:50 +0530 Subject: [PATCH] Update: reduce gap around the ending horizontal line under blog posts --- docs/css/custom.css | 4 ++-- static/css/custom.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/css/custom.css b/docs/css/custom.css index f012fce..68263be 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -871,8 +871,8 @@ /* ── Comments section ─────────────────────────────────────────────────────── */ .comments { - margin-top: 3rem; - padding-top: 2rem; + margin-top: 1rem; + padding-top: 1.28rem; border-top: 1px solid var(--background-color1, #ddd); } diff --git a/static/css/custom.css b/static/css/custom.css index f012fce..68263be 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -871,8 +871,8 @@ /* ── Comments section ─────────────────────────────────────────────────────── */ .comments { - margin-top: 3rem; - padding-top: 2rem; + margin-top: 1rem; + padding-top: 1.28rem; border-top: 1px solid var(--background-color1, #ddd); }