Skip to content

Instantly share code, notes, and snippets.

@marcusandre
Created July 23, 2014 09:28
Show Gist options
  • Save marcusandre/cd9958b7e645d87f3dc1 to your computer and use it in GitHub Desktop.
Save marcusandre/cd9958b7e645d87f3dc1 to your computer and use it in GitHub Desktop.
table based grid-system
@media (min-width: 37.5em) {
.row { width: 100%; display: table; table-layout: fixed; }
.col { display: table-cell; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment