StaticApps/src/theme/gui/_page.scss

12 lines
141 B
SCSS
Raw Normal View History

2021-08-19 13:43:41 +02:00
.error-page {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.wrapper {
padding: 1rem;
}