mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-10 12:15:34 +00:00
refactored css, including some markup changes
This commit is contained in:
11
app/pages/error/error.css
Normal file
11
app/pages/error/error.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.errorPage {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.errorPage__img {
|
||||
margin: 51px 0 71px;
|
||||
}
|
||||
Reference in New Issue
Block a user