Skip to content

Commit 69c5375

Browse files
committed
Fix layout issue in docs and components page
1 parent b0dd062 commit 69c5375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function DetailLayout({
1010
}>) {
1111
return (
1212
<>
13-
<Flex maxW="1440px" minH="calc(100vh - 500px)" mx="auto">
13+
<Flex maxW="1920px" minH="calc(100vh - 500px)" mx="auto">
1414
<Box display={['none', null, 'initial']} p="20px 16px" w="220px">
1515
<Box pos="sticky" top={['70px', null, '90px']}>
1616
<LeftMenu />
@@ -25,7 +25,7 @@ export default function DetailLayout({
2525
>
2626
{children}
2727
</Box>
28-
<Box display={['none', null, null, 'initial']}>
28+
<Box display={['none', null, null, null, null, 'initial']}>
2929
<Box pos="sticky" top={['50px', null, '70px']}>
3030
<RightIndex />
3131
</Box>

0 commit comments

Comments
 (0)