chore: adjust layout width

This commit is contained in:
Paul Pan 2024-03-16 00:55:03 +08:00
parent d58aa4ba6e
commit 5a5f7bdbbd

View File

@ -13,10 +13,10 @@ const SkeletonPage = () => (
);
export const Root = () => (
<Flex direction="column" align="center" maxW={{ xl: "1200px" }} m="0 auto">
<Flex direction="column" align="center" maxW={{ xl: "1280px" }} m="0 auto">
<Header />
<Container w="100%" flex="1" maxW="container.lg" py={2}>
<Container w="100%" flex="1" maxW="container.xl" py={2}>
<React.Suspense fallback={<SkeletonPage />}>
<Outlet />
</React.Suspense>