/** * Sticky Footer * * note: Autoprefixer enabled * to compile cross-browser syntax */ html, body, .wrapper { min-height: 100%; min-height: 100vh; /*only works in IE with height set to 100vh (min-height doesn't work) */ } .wrapper { display: flex; flex-direction: column; } .main { flex-grow: 1; } /* all other decorative CSS imported from http://codepen.io/astrotim/pen/vEBdam */