Skip to content

Commit

Permalink
Homepage - minor ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaGenesin committed Mar 1, 2021
1 parent 0682c8a commit 8de6bca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ function Main() {
pb="20%"
>
<Box pt={['0%', '10%']}>
<Heading size="2xl" color="textColor.50">
<Heading fontSize={["2xl", "5xl"]} color="textColor.50">
{i18n.t('homeSignedOut.titlePartOne')}
<br />
{i18n.t('homeSignedOut.titlePartTwo')}
</Heading>
<Box mt="48px" color="textColor.50">
<List spacing={3} mt="48px">
<Box mt="24px" color="textColor.50">
<List spacing={3}>
<ListItem>
<ListIcon as={IoShapesSharp} color="textColor.50" />
{i18n.t('homeSignedOut.listItem1')}
Expand All @@ -87,7 +87,7 @@ function Main() {
</ListItem>
</List>
</Box>
<Box mt="48px">
<Box mt={["24px", "48px"]}>
<VStack w={['100%', '80%']}>
<InputGroup size="lg">
<InputLeftAddon
Expand Down

0 comments on commit 8de6bca

Please sign in to comment.