error.page.scss
307 Bytes
html,
body {
height: 100%;
}
.main-wrap {
min-height: 100%;
}
.magazine-error-page {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
.error-tips {
font-size: 32px;
text-align: center;
}
}