From 2e26cefab21fa671c19d723faad41653f62be43f Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Sun, 20 Sep 2026 19:04:19 -0700 Subject: [PATCH] tiny tweak to prevent gap --- css/post-toc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/post-toc.css b/css/post-toc.css index 5707c0b3..b6f846d7 100644 --- a/css/post-toc.css +++ b/css/post-toc.css @@ -64,7 +64,7 @@ #toc li { border-left: .095rem solid var(--color-pink); - line-height: 1.2; + line-height: 1.15; margin-left: 1.5rem; }