Created
September 5, 2014 12:04
-
-
Save denysbutenko/f854d1ca13fa18cce272 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
/* start Layout */ | |
.block-sidebar { | |
.make-md-column(4); | |
.make-lg-column(3); | |
.clearfix; | |
@media(min-width: @screen-md) { | |
padding-right: 0; | |
} | |
} | |
.block-content-wrapper { | |
.make-md-column(8); | |
.make-lg-column(9); | |
@media(min-width: @screen-md) { | |
padding-left: 0; | |
} | |
& > .content { | |
background: @grey; | |
padding: 15px; | |
} | |
} | |
/* end Layout */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment