somewhere
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.error--page {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
h1 {
|
||||
font-family: sans-serif;
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-transform: uppercase;
|
||||
font-family: sans-serif;
|
||||
font-size: 14px;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
a {
|
||||
margin-top: 20px;
|
||||
font-family: 'sahel', sans-serif;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user