From 90bef38777dba1e021ce0bc12ee49a95027ffc9d Mon Sep 17 00:00:00 2001 From: EFEELE Date: Tue, 6 May 2025 14:10:18 -0600 Subject: [PATCH] style(markdown): update list styling with margin adjustment --- src/styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index d8c340f..2c14533 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -113,10 +113,10 @@ a.inline-block.leading-5.pl-12{ } .markdown ol{ - @apply list-decimal; + @apply list-decimal mb-8; } .markdown ul{ - @apply list-disc; + @apply list-disc mb-8; } .markdown ul, .markdown ol{ @apply text-xl dark:text-gray-200 text-blacktext max-md:text-lg pl-4 pb-0;