mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
fix: resolve build & export 404 component
This commit is contained in:
@@ -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;
|
||||
`
|
||||
Reference in New Issue
Block a user