Created
November 14, 2014 16:23
-
-
Save manlycode/a258c6640c86651535ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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