Skip to content

Commit

Permalink
change container size
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqiang1357 committed Nov 21, 2024
1 parent 89e2e9e commit e15b707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Layout({ children }: { children: ReactNode }) {
<html lang="en" suppressHydrationWarning>
<body className={fontsClassName}>
<Providers>
<div className="flex min-h-screen min-w-[1440px] flex-col">
<div className="flex min-h-screen min-w-[1400px] flex-col">
<Header />
{children}
</div>
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config: Config = {
center: true,
padding: '4rem',
screens: {
'2xl': '1440px',
'2xl': '1400px',
},
},
extend: {
Expand Down

0 comments on commit e15b707

Please sign in to comment.