Last active
June 14, 2021 01:41
-
-
Save mrmrs/a1380f2c8399a0607e3ae43e948a65a8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.post-title { | |
font-size: 48px; | |
} | |
@media only screen and (max-width: 20em) { | |
.post-title { | |
font-size: 24px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment