Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created June 22, 2015 18:15
Show Gist options
  • Select an option

  • Save nhunzaker/dbc5f00fe615299828d1 to your computer and use it in GitHub Desktop.

Select an option

Save nhunzaker/dbc5f00fe615299828d1 to your computer and use it in GitHub Desktop.
@media (min-width: 30em) {
.row {
width: 100%;
display: table;
table-layout: fixed;
}
.row-loose {
table-layout: auto;
}
.col {
display: table-cell;
vertical-align: top;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment