props/MultiShop/client/src/assets/scss/_app-layout.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;
}