Created
November 15, 2015 22:26
-
-
Save cjkoepke/d2a5e21af98a9e833f90 to your computer and use it in GitHub Desktop.
Adjust site structure and container to accommodate for an 80px wide left sidebar menu.
This file contains hidden or 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
/* Container | |
--------------------------------------------- */ | |
.site-container { | |
margin-left: 80px; /* Compensate for 80px side nav */ | |
} | |
.site-inner, | |
.wrap { | |
max-width: 1120px; /* Compensate for 80px side nav */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment