We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e776577 + b5c9204 commit 320cafdCopy full SHA for 320cafd
1 file changed
app/(with-sidebar)/(home)/page.tsx
@@ -60,7 +60,7 @@ const Page = () => {
60
61
// 유저 정보가 있을 시
62
return (
63
- <div className="bg-background flex min-h-screen flex-col gap-4 font-sans md:p-[137px]">
+ <div className="bg-background mx-auto flex min-h-screen max-w-7xl flex-col gap-4 font-sans md:p-[137px]">
64
{/* 1. Header */}
65
<HeaderSection />
66
0 commit comments