diff --git a/documentation/docs/components/landing-page.tsx b/documentation/docs/components/landing-page.tsx index 3059743c5e..18ec9cad62 100644 --- a/documentation/docs/components/landing-page.tsx +++ b/documentation/docs/components/landing-page.tsx @@ -73,7 +73,7 @@ export const LandingPage = () => { key={index} xs={12} lg={6} - padding={4} + padding={{ xs: 3, xl: 4 }} width={"100%"} sx={{ borderBottom: { @@ -86,7 +86,7 @@ export const LandingPage = () => { }} > - +