diff --git a/packages/website/src/components/SidebarLayout.tsx b/packages/website/src/components/SidebarLayout.tsx index ed750e945..156bc5009 100644 --- a/packages/website/src/components/SidebarLayout.tsx +++ b/packages/website/src/components/SidebarLayout.tsx @@ -294,7 +294,7 @@ export function SidebarLayout({ > {children} - + ({ height: 200, [theme.fn.smallerThan('sm')]: { height: 300 } })}> ({ @@ -314,11 +314,26 @@ export function SidebarLayout({ [theme.fn.smallerThan('md')]: { paddingLeft: 24, }, + + [theme.fn.smallerThan('sm')]: { + height: 300, + }, })} pt={50} > - + ({ + display: 'flex', + justifyContent: 'space-between', + + [theme.fn.smallerThan('sm')]: { + flexDirection: 'column', + alignItems: 'center', + gap: 50, + }, + })} + > - +