diff --git a/documentation/docs/components/landing-page.tsx b/documentation/docs/components/landing-page.tsx index 0a3fb469af..b806556cfa 100644 --- a/documentation/docs/components/landing-page.tsx +++ b/documentation/docs/components/landing-page.tsx @@ -60,8 +60,8 @@ export const LandingPage = () => { item key={index} xs={12} - md={6} - padding={4} + lg={6} + padding={{ xs: 3, xl: 4 }} width={"100%"} sx={{ borderBottom: { @@ -74,7 +74,7 @@ export const LandingPage = () => { }} > - +