From 224d13a2459707de30cd5ed4e2e33d5dfde37384 Mon Sep 17 00:00:00 2001 From: hyzen Date: Fri, 10 Apr 2026 20:48:58 +0530 Subject: [PATCH] Update: TOC margin --- 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 645c168..3e0f860 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -1,6 +1,6 @@ /* ── TOC: gap between TOC and first content line ────────────────────────── */ .toc { - margin-bottom: 1.6rem; + margin-bottom: 1.65rem; } /* ── TOC: hide phantom empty bullet when post starts with ### (h3) ──────── */ diff --git a/static/css/custom.css b/static/css/custom.css index 645c168..3e0f860 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,6 +1,6 @@ /* ── TOC: gap between TOC and first content line ────────────────────────── */ .toc { - margin-bottom: 1.6rem; + margin-bottom: 1.65rem; } /* ── TOC: hide phantom empty bullet when post starts with ### (h3) ──────── */