Skip to content

Instantly share code, notes, and snippets.

@morganpierson
Created December 21, 2019 02:49
Show Gist options
  • Save morganpierson/5688328168bfd8bf4b1c35eb6909d8c6 to your computer and use it in GitHub Desktop.
Save morganpierson/5688328168bfd8bf4b1c35eb6909d8c6 to your computer and use it in GitHub Desktop.
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
footer.page-footer {
padding-top: 0;
text-align: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment