drop.chapril.org-firefoxsend/app/pages/error/error.css

12 lines
174 B
CSS
Raw Normal View History

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