Implemented on Communications Cold Lake for a sticky footer + CTA
body {
min-height: 100vh;
}
body {
display: flex;
flex-direction: column;
}
#main {
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1 0 auto;
}