facelordgists
5/3/2017 - 9:42 PM

Responsive typography for upgrading SMS 1.x to 2.x

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;
    }
  }
}