tabs/frontend/sass/error.scss

9 lines
126 B
SCSS
Raw Normal View History

2020-07-14 10:31:09 +02:00
html, body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
justify-content: center;
align-self: center;
}