Last active
December 31, 2019 19:12
-
-
Save vouchful/98ac45a709d513e85970d17a67eebc5e to your computer and use it in GitHub Desktop.
Email Kit > Guidelines > Typography: Responsive class
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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