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
9 lines
No EOL
108 B
CSS
9 lines
No EOL
108 B
CSS
body {
|
|
display: flex;
|
|
min-height: 100vh;
|
|
flex-direction: column;
|
|
}
|
|
|
|
main {
|
|
flex: 1 0 auto;
|
|
} |