2024-07-18 18:40:12 +02:00

14 lines
203 B
SCSS

@import "@Themes/constants.scss";
.root {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
margin: 0;
padding: 40px;
margin-top: 24px;
}