gengitkan/client/src/sass/_base.scss

12 lines
127 B
SCSS
Raw Normal View History

2019-12-01 22:12:13 +01:00
html, body {
height: 100%;
}
.is-fullheight {
height: 100%;
}
#app {
display: flex;
flex-direction: column;
}