From 01b5d8bb38eac3c11cd7a9d94b6440ea7f492e16 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = () => { }} > - +