9 lines
191 B
SCSS
9 lines
191 B
SCSS
// Used to provide inial layout for application containing elements.
|
|
html, body, #app, #app-content {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
#app-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
} |