Skip to content

Instantly share code, notes, and snippets.

@sarachisholm
Last active March 17, 2017 19:31
Show Gist options
  • Save sarachisholm/a3507dcad41ac2d3c45e19e7de2be186 to your computer and use it in GitHub Desktop.
Save sarachisholm/a3507dcad41ac2d3c45e19e7de2be186 to your computer and use it in GitHub Desktop.
/*CSS*/
@media only screen and (max-width: 500px) {
table, tr, td {
display: block; /* table-cell -> block */
width: 100%;
}
.main-col { display: table-header-group; }
.sub-col { display: table-footer-group; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment