Skip to content

Instantly share code, notes, and snippets.

@mjepson
Created October 22, 2013 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjepson/7096370 to your computer and use it in GitHub Desktop.
Save mjepson/7096370 to your computer and use it in GitHub Desktop.
Canvas: Set min-height on #content area so a page with little content has some space to the footer.
@media only screen and (min-width: 768px) {
#content {
min-height: 400px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment