2023-01-08 22:12:24 -03:00

9 lines
104 B
SCSS

.page {
display: flex;
min-height: 100vh;
flex-direction: column;
.wrapper {
flex: 1;
}
}