Skip to content

Instantly share code, notes, and snippets.

@joujiahe
Created November 6, 2012 16:56
Show Gist options
  • Save joujiahe/4026007 to your computer and use it in GitHub Desktop.
Save joujiahe/4026007 to your computer and use it in GitHub Desktop.
Bootstrap relative fix.
// For block below content issue.
body {
padding-top: 60px;
}
@media (max-width: 979px) {
body {
padding-top: 0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment