Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Created April 7, 2015 14:47
Show Gist options
  • Save jamigibbs/33bec324f3c5368d3240 to your computer and use it in GitHub Desktop.
Save jamigibbs/33bec324f3c5368d3240 to your computer and use it in GitHub Desktop.
Merch: Footer Height
@media only screen and (max-width: 40em) {
​footer.site-footer {
min-height: 310px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment