more mobile work

This commit is contained in:
Tommy
2022-01-13 14:26:05 +00:00
committed by vidvidvid
parent 65e07e28cc
commit 196f8c9cf9
3 changed files with 11 additions and 6 deletions

View File

@@ -4,7 +4,8 @@ import BackgroundImage from 'assets/landing/frontier-background.png';
const Frontier: React.FC = () => (
<Box
width="100%"
minHeight="65rem"
minHeight="100%"
maxHeight="65rem"
backgroundImage={`url(${BackgroundImage})`}
bgPosition="center"
bgSize="cover"

View File

@@ -4,7 +4,8 @@ import BackgroundImage from 'assets/landing/together-background.png';
const Together: React.FC = () => (
<Box
width="100%"
minHeight="65rem"
minHeight="100%"
maxHeight="65rem"
backgroundImage={`url(${BackgroundImage})`}
bgPosition="center"
bgSize="cover"
@@ -31,16 +32,16 @@ const Together: React.FC = () => (
pt="130px"
textAlign="center"
>
<Text pb="50px">
<Text pb={{ base: '19px', md: '50px' }}>
{' '}
We are bringing together the people & building blocks aligned on the
idea of creating a new kind of society.
</Text>
<Text pb="50px">
<Text pb={{ base: '19px', md: '50px' }}>
{' '}
One that is optimized for human wellbeing rather than profit.
</Text>
<Text pb="50px">
<Text pb={{ base: '19px', md: '50px' }}>
One that revolves around solving problems & living well, in balance
with nature.
</Text>

View File

@@ -25,7 +25,10 @@ const WildWeb: React.FC = () => (
color="white"
maxWidth="61.125rem"
>
<Text pt="130px" pb="35px">
<Text
pt={{ base: '16px', md: '130px' }}
pb={{ base: '19px', md: '35px' }}
>
Web3 technologies are allowing us to{' '}
<Text fontWeight="bold">reimagine socioeconomic systems</Text> from
ground up.