From c91948a354df0ea4300add1b5da19c2327249fcd Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Mon, 25 Nov 2024 09:33:15 -0400 Subject: [PATCH] Move lists to the left slightly --- src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 1bfca2b..9f9b48b 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -147,7 +147,7 @@ main ul, main ol { - @apply pl-16 space-y-[1em] !important; + @apply pl-12 space-y-[1em] !important; } ul.breadcrumbs {