Skip to content

Commit

Permalink
feat: update separation for article
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jul 8, 2024
1 parent b256de2 commit a5f0ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function App() {
<MDXProvider disableParentContext components={mdxComponents}>
<article
className={cn(
'ml-0 max-w-4xl py-8 duration-100 md:ml-72',
'ml-0 max-w-4xl py-8 duration-100 md:ml-[273px]',
proseClasses,
)}
>
Expand Down

0 comments on commit a5f0ec8

Please sign in to comment.