Skip to content

Instantly share code, notes, and snippets.

@denysbutenko
Created September 5, 2014 12:04
Show Gist options
  • Save denysbutenko/f854d1ca13fa18cce272 to your computer and use it in GitHub Desktop.
Save denysbutenko/f854d1ca13fa18cce272 to your computer and use it in GitHub Desktop.
/* 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