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}