Created
March 18, 2019 22:06
-
-
Save diggeddy/0c8ec73bf2551fb50b80bb961ccf15f1 to your computer and use it in GitHub Desktop.
Adjust headings font size for mobile
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
| /* GP mobile heading sizes */ | |
| @media (max-width: 768px) { | |
| h3 { | |
| font-size: 28px; | |
| } | |
| h4 { | |
| font-size: 24px; | |
| } | |
| h5 { | |
| font-size: 20px; | |
| } | |
| h6 { | |
| font-size: 18px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment