mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
made text stick together (#139)
- made text stick together - made button appear on the next line
This commit is contained in:
parent
59c4a5fed6
commit
6966b96391
1 changed files with 8 additions and 2 deletions
10
pages/404.js
10
pages/404.js
|
|
@ -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 couldn’t find that page.
|
||||
<Text
|
||||
mt={2}
|
||||
mb={4}
|
||||
color="muted"
|
||||
variant="lead"
|
||||
sx={{ display: 'block' }}
|
||||
>
|
||||
We couldn’t find that page.
|
||||
</Text>
|
||||
<NextLink href="/" passHref>
|
||||
<Button as="a" variant="cta">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue