Skip to content

Instantly share code, notes, and snippets.

@Enapiuz
Created April 22, 2016 15:51
Show Gist options
  • Save Enapiuz/da38c2ef777de3c3e421328096e42673 to your computer and use it in GitHub Desktop.
Save Enapiuz/da38c2ef777de3c3e421328096e42673 to your computer and use it in GitHub Desktop.
Mega grid
@media (min-width: 30em) {
.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