Files
qr_vitanova/src/app/app.scss
2026-05-04 23:49:27 +04:00

13 lines
145 B
SCSS

:host {
display: flex;
flex-direction: column;
min-height: 100dvh;
}
.app-main {
flex: 1;
display: flex;
flex-direction: column;
}