diff --git a/documentation/docs/components/landing-page.tsx b/documentation/docs/components/landing-page.tsx index 66dbd98c95..514441105d 100644 --- a/documentation/docs/components/landing-page.tsx +++ b/documentation/docs/components/landing-page.tsx @@ -54,7 +54,7 @@ export const LandingPage = () => { }; return ( - + Nym Docs @@ -78,7 +78,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", @@ -90,8 +90,8 @@ export const LandingPage = () => { {square.text} div { } .nextra-toc { - width: 370px !important; + width: 300px !important; padding-right: 0px; padding-left: 0px; text-align: right;