mirror of
https://github.com/timvisee/send.git
synced 2025-10-03 09:49:14 +02:00
11 lines
174 B
CSS
11 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;
|
|
}
|