Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vouchful/98ac45a709d513e85970d17a67eebc5e to your computer and use it in GitHub Desktop.
Save vouchful/98ac45a709d513e85970d17a67eebc5e to your computer and use it in GitHub Desktop.
Email Kit > Guidelines > Typography: Responsive class
@media only screen and (max-width: 599px)
{
.p {
font-size: 16px;
line-height: 24px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment