made text stick together (#139)

- made text stick together
- made button appear on the next line
This commit is contained in:
Vitor Vavolizza 2021-06-04 00:25:22 -03:00 committed by GitHub
parent 59c4a5fed6
commit 6966b96391

View file

@ -178,8 +178,14 @@ const NotFoundPage = () => (
<Blinking as="h1" variant="title" sx={{ fontSize: [128, 256] }}>
404!
</Blinking>
<Text mt={2} mb={4} color="muted" variant="subtitle">
We couldnt find that page.
<Text
mt={2}
mb={4}
color="muted"
variant="lead"
sx={{ display: 'block' }}
>
We&nbsp;couldnt&nbsp;find&nbsp;that&nbsp;page.
</Text>
<NextLink href="/" passHref>
<Button as="a" variant="cta">