We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e4605 commit bc6fc05Copy full SHA for bc6fc05
apps/landing/src/app/(detail)/team/layout.tsx
@@ -7,7 +7,7 @@ export default function TeamLayout({
7
}>) {
8
return (
9
<>
10
- <Box minH="calc(100vh - 500px)" mx="auto" p="40px 60px" w="1014px">
+ <Box maxW="1014px" minH="calc(100vh - 500px)" mx="auto" p="40px 60px">
11
{children}
12
</Box>
13
</>
0 commit comments