From e0958adbe5c60d608b68443b3673c838d12edc15 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 18 Jan 2024 08:19:21 -1000 Subject: [PATCH] css: tighten bullet lists --- out/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/out/css/site.css b/out/css/site.css index 0bededa..6d1621e 100644 --- a/out/css/site.css +++ b/out/css/site.css @@ -23,3 +23,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { .tight p { margin:0; } + +li { + margin-bottom:0; +}