Created
June 14, 2021 01:45
-
-
Save mrmrs/bdf34a8df78c41f4be0d0e86dfb0b05e to your computer and use it in GitHub Desktop.
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
.post-title { | |
font-size: 24px; | |
} | |
@media only screen and (min-width: 64em) { | |
.post-title { | |
font-size: 48px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment