Skip to content

Instantly share code, notes, and snippets.

@DustinHartzler
Last active November 11, 2015 14:37
Show Gist options
  • Select an option

  • Save DustinHartzler/9dc656310b703ce5f254 to your computer and use it in GitHub Desktop.

Select an option

Save DustinHartzler/9dc656310b703ce5f254 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 767px) {
#header {
height: 100px;
}
#content {
padding-bottom: 0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment