phoenix/assets/css/error.css
2023-04-09 11:33:34 +05:00

19 lines
258 B
CSS

.page {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.content {
padding: 0 1em;
width: 100%;
}
@media screen and (min-width: 600px) {
.content {
max-width: 400px;
}
}