Skip to content

Commit

Permalink
fix: home page layout center
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 22, 2024
1 parent 005485c commit a6f5533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(app)/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const TwoColumnLayout = ({
return (
<div
className={clsxm(
'relative block size-full min-w-0 max-w-[1800px] flex-col flex-wrap items-center lg:flex lg:flex-row',
'relative mx-auto block size-full min-w-0 max-w-[1800px] flex-col flex-wrap items-center lg:flex lg:flex-row',
className,
)}
>
Expand Down

0 comments on commit a6f5533

Please sign in to comment.