Skip to content

Instantly share code, notes, and snippets.

@manlycode
Created November 14, 2014 16:23
Show Gist options
  • Save manlycode/a258c6640c86651535ec to your computer and use it in GitHub Desktop.
Save manlycode/a258c6640c86651535ec to your computer and use it in GitHub Desktop.
#content.wrapper {
@extend .container-fluid;
min-height: 100%;
padding-top: 65px; // 50px for navbar + 15px for padding
&.with-subnav {
padding-top: 115px; // 50px x 2 for navbars + 15px for padding
}
.alert {
margin-top: 1em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment