Skip to content

Commit bc6fc05

Browse files
committed
Fix landing layout
1 parent d6e4605 commit bc6fc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/src/app/(detail)/team/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function TeamLayout({
77
}>) {
88
return (
99
<>
10-
<Box minH="calc(100vh - 500px)" mx="auto" p="40px 60px" w="1014px">
10+
<Box maxW="1014px" minH="calc(100vh - 500px)" mx="auto" p="40px 60px">
1111
{children}
1212
</Box>
1313
</>

0 commit comments

Comments
 (0)