Created
December 14, 2013 22:10
-
-
Save shazdeh/7965581 to your computer and use it in GitHub Desktop.
Builder: less gap between the columns
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
.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