Skip to content

Instantly share code, notes, and snippets.

Created February 26, 2014 08:19
Show Gist options
  • Select an option

  • Save anonymous/9225683 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/9225683 to your computer and use it in GitHub Desktop.
.column.full {
width: 100%;
}
.column.two-thirds {
width: 65%;
}
.column.half {
width: 47.5%;
}
.column.one-third {
width: 30%;
}
.column.one-fourth {
width: 21.25%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment