Skip to content

Commit a5f0ec8

Browse files
committed
feat: update separation for article
1 parent b256de2 commit a5f0ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/app/root.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function App() {
123123
<MDXProvider disableParentContext components={mdxComponents}>
124124
<article
125125
className={cn(
126-
'ml-0 max-w-4xl py-8 duration-100 md:ml-72',
126+
'ml-0 max-w-4xl py-8 duration-100 md:ml-[273px]',
127127
proseClasses,
128128
)}
129129
>

0 commit comments

Comments
 (0)