Created
February 26, 2020 02:56
-
-
Save mtzrmzia/6a52026b131ee7f7450fe7c9f6ee2e76 to your computer and use it in GitHub Desktop.
Clases componentes
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
.btn { | |
font-size: 16px; | |
@media screen and (min-width: 700px) { | |
font-size: 20px; | |
} | |
@media screen and (min-width: 1000px) { | |
font-size: 24px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment