Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Created December 14, 2013 22:10
Show Gist options
  • Save shazdeh/7965581 to your computer and use it in GitHub Desktop.
Save shazdeh/7965581 to your computer and use it in GitHub Desktop.
Builder: less gap between the columns
.col4-1, .col4-2, .col4-3, .col3-1, .col3-2, .col2-1 {
margin-left: 1.5%;
}
.col4-1 {
width: 23.8%;
}
.col3-1 {
width: 32.3%;
}
.col4-2, .col2-1 {
width: 49.2%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment