myweather/src/assets/main.scss
2024-06-08 21:30:24 -05:00

15 lines
233 B
SCSS

@import './custom.scss';
/* nb. these are here to force footer to bottom of screen */
html, body {
height: 100%;
}
#app {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}