1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-22 17:11:32 +02:00
send/app/pages/error/error.css
2018-02-15 15:54:59 -08:00

12 lines
174 B
CSS

.errorPage {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
.errorPage__img {
margin: 51px 0 71px;
}