Skip to content

Instantly share code, notes, and snippets.

@djadriano
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save djadriano/9957d40499895a1eca3f to your computer and use it in GitHub Desktop.

Select an option

Save djadriano/9957d40499895a1eca3f to your computer and use it in GitHub Desktop.
media queries in emails
@media screen and (max-width:600px) {
table[class="container"] {
width: 100%;
}
td[class="row"] {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment