Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shopifypartners/9c34975c650bd8f269d7fb6db1286854 to your computer and use it in GitHub Desktop.
Save shopifypartners/9c34975c650bd8f269d7fb6db1286854 to your computer and use it in GitHub Desktop.
@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