diff --git a/src/components/ui/typography.tsx b/src/components/ui/typography.tsx index f238f86..efa999e 100644 --- a/src/components/ui/typography.tsx +++ b/src/components/ui/typography.tsx @@ -7,8 +7,8 @@ const classNames ={ h4: "scroll-m-20 text-base font-semibold tracking-tight", p: "leading-7 [&:not(:first-child)]:mt-6", blockquote: "mt-6 border-l-2 pl-6 italic", - ul: "my-6 [&>li]:mt-2", - ol: "my-6 [&>li]:mt-2", + ul: "my-6 ml-3 [&>li]:mt-2", + ol: "my-6 ml-3 [&>li]:mt-2", code: "relative rounded px-[0.3rem] py-[0.2rem] font-mono text-sm", lead: "text-xl text-muted-foreground", small: "text-sm font-medium leading-none",