Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save facelordgists/5cab30b95676a811440583272dce55be to your computer and use it in GitHub Desktop.
Save facelordgists/5cab30b95676a811440583272dce55be to your computer and use it in GitHub Desktop.
Responsive typography for upgrading SMS 1.x to 2.x
@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