Skip to content

Instantly share code, notes, and snippets.

@rubensayshi
Created November 15, 2012 10:41
Show Gist options
  • Save rubensayshi/4077917 to your computer and use it in GitHub Desktop.
Save rubensayshi/4077917 to your computer and use it in GitHub Desktop.
/* ----------------
* [START] some magic for sticky footer
---------------- */
html, body { height: 100% }
.container-fluid {
min-height: 100%;
position: relative;
}
.footer-spacer {
height: 40px;
}
.navbar {
margin-left: -20px;
margin-right: -20px;
}
.footer-row {
height: 40px;
position: absolute;
bottom: 0px;
margin: 0 -20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment