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
This commit is contained in:
Maxunm 2017-06-13 10:59:10 -04:00
parent 9b0a5533d8
commit 4cd3a8b6ef
4 changed files with 106 additions and 45 deletions

9
css/keepFoot.css Normal file
View file

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