From a325fb17f15ee2e92ae8b01c3329dd19f2faa68a Mon Sep 17 00:00:00 2001 From: IanWold Date: Thu, 28 Nov 2024 09:29:12 -0600 Subject: [PATCH] Indent nested list --- Static/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Static/site.css b/Static/site.css index 61c804e..dfb7892 100644 --- a/Static/site.css +++ b/Static/site.css @@ -711,6 +711,10 @@ footer { color: white; } +ul ul { + margin-left: 24px; +} + .flex {