Skip to content

Commit a6f5533

Browse files
committed
fix: home page layout center
Signed-off-by: Innei <[email protected]>
1 parent 005485c commit a6f5533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(app)/(home)/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const TwoColumnLayout = ({
6464
return (
6565
<div
6666
className={clsxm(
67-
'relative block size-full min-w-0 max-w-[1800px] flex-col flex-wrap items-center lg:flex lg:flex-row',
67+
'relative mx-auto block size-full min-w-0 max-w-[1800px] flex-col flex-wrap items-center lg:flex lg:flex-row',
6868
className,
6969
)}
7070
>

0 commit comments

Comments
 (0)