Files
gengitkan/client/src/sass/_base.scss
2019-12-05 12:29:17 +01:00

12 lines
127 B
SCSS

html, body {
height: 100%;
}
.is-fullheight {
height: 100%;
}
#app {
display: flex;
flex-direction: column;
}