Created
May 3, 2017 21:42
-
-
Save facelordgists/5cab30b95676a811440583272dce55be to your computer and use it in GitHub Desktop.
Responsive typography for upgrading SMS 1.x to 2.x
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
@media (max-width: 600px) { | |
.sms-heading--primary { font-size:4.2rem !important; } | |
h2.sms-heading--primary { font-size:3.2rem !important; } | |
h2, .sms-heading--secondary { font-size:2.6rem !important; } | |
h3.sms-heading--secondary { font-size:2rem !important; } | |
h3, .sms-heading--tertiary { font-size:2.2rem !important; } | |
.testimonial-basic .qhldr{ | |
width: 100%; | |
margin-left: 0 !important; | |
margin-right: 0 !important; | |
.qtxt p{ line-height: 1.4 } | |
.qmarks{ | |
font-size: 60px; | |
line-height: 15px; | |
letter-spacing: -6px !important; | |
margin-right: 8px; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment