15 lines
233 B
SCSS
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;
|
|
}
|