Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Krasnov8953/bc35958f04f8f5054ebb18d67d8736ac to your computer and use it in GitHub Desktop.
Save Krasnov8953/bc35958f04f8f5054ebb18d67d8736ac to your computer and use it in GitHub Desktop.
squeeze footer to site bottom
* {
margin: 0;
padding: 0;
}
.content {
min-height: calc(100vh - 80px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment