diff --git a/src/routes/community/create-post/+page.server.ts b/src/routes/community/create-post/+page.server.ts index bcc46adc..c3e79238 100644 --- a/src/routes/community/create-post/+page.server.ts +++ b/src/routes/community/create-post/+page.server.ts @@ -43,10 +43,10 @@ export const config = { addClassToTag('a', 'text-blue-400 hover:text-white underline'); // Add classes to ordered lists - addClassToTag('ol', 'list-decimal ml-4 text-sm'); + addClassToTag('ol', 'list-decimal ml-5 text-sm'); // Add classes to unordered lists - addClassToTag('ul', 'list-disc ml-4 text-sm -mt-5'); + addClassToTag('ul', 'list-disc ml-5 text-sm -mt-5'); // Add classes to blockquotes and their paragraphs function addClassToBlockquote() {