Skip to content

Commit b5c9204

Browse files
committed
style: 홈페이지 최대 크기 설정
1 parent 4414d0f commit b5c9204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/(with-sidebar)/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const Page = () => {
6060

6161
// 유저 정보가 있을 시
6262
return (
63-
<div className="bg-background flex min-h-screen flex-col gap-4 font-sans md:p-[137px]">
63+
<div className="bg-background mx-auto flex min-h-screen max-w-7xl flex-col gap-4 font-sans md:p-[137px]">
6464
{/* 1. Header */}
6565
<HeaderSection />
6666

0 commit comments

Comments
 (0)