From e15b7070d26717523e3026affebc28e4fc409885 Mon Sep 17 00:00:00 2001 From: liuqiang Date: Wed, 20 Nov 2024 15:17:19 +0800 Subject: [PATCH] change container size --- src/app/layout.tsx | 2 +- tailwind.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e4dc352..a0bc74e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,7 +14,7 @@ export default function Layout({ children }: { children: ReactNode }) { -
+
{children}
diff --git a/tailwind.config.ts b/tailwind.config.ts index 1b75ce5..8779f36 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -10,7 +10,7 @@ const config: Config = { center: true, padding: '4rem', screens: { - '2xl': '1440px', + '2xl': '1400px', }, }, extend: {