Skip to content

Commit

Permalink
feat: maxWitdth 475px로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sumi-0011 committed Dec 2, 2023
1 parent a7bac8f commit 3af2d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
}

const containerCss = {
maxWidth: '375px',
maxWidth: '475px',
margin: '0 auto',
minHeight: '100vh',
};

0 comments on commit 3af2d3b

Please sign in to comment.