Files
qr_vitanova/src/app/app.scss

13 lines
145 B
SCSS
Raw Normal View History

:host {
display: flex;
flex-direction: column;
min-height: 100dvh;
}
.app-main {
flex: 1;
display: flex;
flex-direction: column;
}
2026-04-23 03:49:40 +04:00