Skip to content

Instantly share code, notes, and snippets.

@sarachisholm
Last active March 17, 2017 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sarachisholm/d631c026cca251c25fd7c2b4294d90f2 to your computer and use it in GitHub Desktop.
Save sarachisholm/d631c026cca251c25fd7c2b4294d90f2 to your computer and use it in GitHub Desktop.
/*CSS*/
@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