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:
parent
9b0a5533d8
commit
4cd3a8b6ef
4 changed files with 106 additions and 45 deletions
9
css/keepFoot.css
Normal file
9
css/keepFoot.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
main {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue