mirror of
https://github.com/mozilla/send.git
synced 2026-02-06 19:05:06 -05: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