ui(404): improve styling of 404 page

This commit is contained in:
Jean-Philippe Sirois
2020-08-07 04:40:16 -04:00
parent f51dc4818c
commit 95f8010fec
4 changed files with 18 additions and 16 deletions
+5
View File
@@ -1,6 +1,7 @@
import styled from "styled-components"
export const Wrapper = styled.div`
width: 100%;
padding: 100px 20px 20px 20px;
display: flex;
align-items: center;
@@ -19,3 +20,7 @@ export const Text = styled.p`
padding: 10px;
line-height: 2rem;
`
export const Spacer = styled.div`
height: 32px;
`