From 64074c76f24f9d06fbe6b20c6853cca8487b53fe Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Sat, 7 Mar 2026 15:22:33 +1100 Subject: [PATCH] feat: reduce padding created by lists on the left --- public/styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/styles/global.css b/public/styles/global.css index 85e3d2e..9a448c7 100644 --- a/public/styles/global.css +++ b/public/styles/global.css @@ -41,3 +41,7 @@ header { footer { font-size: smaller; } + +ul { + padding-left: 1em; +}