Created
July 15, 2022 00:06
-
-
Save sundicide/29952b9cebbcefb4278cb9c8c20e1950 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
| /* responsive */ | |
| @media (min-width: 600px) { | |
| font-size: 1rem; | |
| } | |
| /* fluid */ | |
| font-size: clamp(1.5rem, 32px, 3rem); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment