WMU-Iclub-Website/css/keepFoot.css
Maxunm 4cd3a8b6ef Sticky footer now
Doesn't work in ie, so that may be a problem. But it seems to work in all of the other browsers so that's fine.
Also added all of the social media icons to the footers on all the pages
2017-06-13 10:59:10 -04:00

9 lines
No EOL
108 B
CSS

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