Skip to content

Commit 320cafd

Browse files
authored
Merge pull request #66 from DeveloperBlog-Devflow/feature/home-page-layout
style: 홈페이지 최대 크기 설정
2 parents e776577 + b5c9204 commit 320cafd

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)