From dd7877f1889854f60fe37ef94f93a62da24bc112 Mon Sep 17 00:00:00 2001 From: Yana Date: Thu, 24 Oct 2024 13:19:24 +0300 Subject: [PATCH] Adjust padding --- documentation/docs/components/landing-page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = () => { }} > - +