Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shopifypartners/47e0398a758a37bdc742a69e8aca8e37 to your computer and use it in GitHub Desktop.
Save shopifypartners/47e0398a758a37bdc742a69e8aca8e37 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 600px) {
table, tr, td {
display: block; /* table-cell -> block */
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment