fix: resolve build & export 404 component

This commit is contained in:
Jean-Philippe Sirois
2020-08-07 03:10:56 -04:00
parent f5835f6074
commit c6fe8286c8
6 changed files with 67 additions and 54 deletions
+21
View File
@@ -0,0 +1,21 @@
import styled from "styled-components"
export const Wrapper = styled.div`
padding: 100px 20px 20px 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
`
export const Title = styled.h1`
margin: 0;
padding: 10px;
line-height: 2.5rem;
`
export const Text = styled.p`
margin: 0;
padding: 10px;
line-height: 2rem;
`