From 79d3930db522bebce41a8fc94b0add152ffa9f8b Mon Sep 17 00:00:00 2001 From: Yana Date: Sun, 3 Nov 2024 17:04:57 +0700 Subject: [PATCH] fix responsive style --- documentation/docs/components/landing-page.tsx | 6 +++--- documentation/docs/pages/styles.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/docs/components/landing-page.tsx b/documentation/docs/components/landing-page.tsx index 87c2a460d8..87b9f29fff 100644 --- a/documentation/docs/components/landing-page.tsx +++ b/documentation/docs/components/landing-page.tsx @@ -58,7 +58,7 @@ export const LandingPage = () => { }; return ( - + Nym Docs @@ -82,7 +82,7 @@ export const LandingPage = () => { sx={{ borderBottom: { xs: index < 3 ? "1px solid #262626" : "none", - md: index === 0 || index === 1 ? "1px solid #262626" : "none", + lg: index === 0 || index === 1 ? "1px solid #262626" : "none", }, borderRight: { md: index === 0 || index === 2 ? "1px solid #262626" : "none", @@ -100,7 +100,7 @@ export const LandingPage = () => { {square.text}