Files
panaetius-theme/src/scss/sticky-footer.scss
2020-05-31 05:21:26 +01:00

17 lines
160 B
SCSS

html, body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
}
header, footer {
flex-shrink: 0;
}
main {
flex: 1 0 auto;
}