WMU-Iclub-Website/All html webpage/css/keepFoot.css
Unknown 7c6d5a2437 Moved old webpage down a folder
This is in preperation to use jekyll to do the backend for the site for future stability and usabilty from the backend.
2017-09-26 08:38:02 -04:00

9 lines
No EOL
108 B
CSS

body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}