diff --git a/src/pages/LandingPage/LandingPage.module.css b/src/pages/LandingPage/LandingPage.module.css index b6cb7c17..c870d289 100644 --- a/src/pages/LandingPage/LandingPage.module.css +++ b/src/pages/LandingPage/LandingPage.module.css @@ -1,3 +1,13 @@ .landing-page { height: 100%; +} + +.landing-texts { + margin: 30vh 0 4vh; +} + +@media (max-width: 1000px) { + .landing-texts { + margin-top: 20vh; + } } \ No newline at end of file diff --git a/src/pages/LandingPage/LandingPage.tsx b/src/pages/LandingPage/LandingPage.tsx index 3e339178..851ada25 100644 --- a/src/pages/LandingPage/LandingPage.tsx +++ b/src/pages/LandingPage/LandingPage.tsx @@ -1,11 +1,12 @@ -import './LandingPage.css' +import { useNavigate } from 'react-router' import { XStack, YStack } from 'tamagui' -import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow' -import NimbusLogo from '../../components/Logos/NimbusLogo' import { NodeIcon } from '@status-im/icons' import { Button as StatusButton, Text } from '@status-im/components' + +import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow' import QuickStartBar from '../../components/General/QuickStartBar/QuickStartBar' -import { useNavigate } from 'react-router' +import NimbusLogo from '../../components/Logos/NimbusLogo' +import styles from './LandingPage.module.css' const LandingPage = () => { const navigate = useNavigate() @@ -17,11 +18,11 @@ const LandingPage = () => { return ( <> - + - + Light and performant clients, for all Ethereum validators. @@ -30,7 +31,6 @@ const LandingPage = () => { you wish to run in a completely trustless and decentralized manner. - } onPress={getStartedHanlder}> Get Started