From 7d8548a15fbbd0fc14370f808b941317997002dc Mon Sep 17 00:00:00 2001 From: Chris W Date: Wed, 3 Jan 2024 16:26:03 -0700 Subject: [PATCH] styling for lists --- src/styles/global.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index c37bd5b..232f804 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -104,6 +104,14 @@ hr { @apply border-none border-t-2 border-gray-200 dark:border-gray-700; } +ul { + @apply list-disc list-inside space-y-2 ml-4 mb-6; +} + +ol { + @apply list-decimal list-inside space-y-2 ml-4 mb-6; +} + @media (max-width: 720px) { body { @apply text-lg;