diff --git a/src/routes/Landing.tsx b/src/routes/Landing.tsx index 5580d63..098aa86 100644 --- a/src/routes/Landing.tsx +++ b/src/routes/Landing.tsx @@ -76,8 +76,8 @@ export default function Landing() { gap="10" zIndex="20" > - - + + {isMobile && } @@ -85,7 +85,6 @@ export default function Landing() { textAlign={isMobile ? 'center' : 'left'} variant="xlarge" color="text100" - paddingX="4" style={ isMobile ? { fontSize: '28px', lineHeight: '32px' } : { fontSize: '40px', lineHeight: '44px' } }