nopaque/web/app/static/css/materialize.sticky-footer.css
2020-10-28 11:21:05 +01:00

14 lines
221 B
CSS

/*
* Force the footer to always stay on the bottom of the page regardless of how
* little content is on the page.
*/
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}