MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/sass/_faq.scss

Summary

Maintainability
Test Coverage
.faq-page {

  h1 {
    margin-top: 0;
  }

  h2 {
    font-family: Roboto;
  }

  p:first-of-type {
    font-family: Merriweather;
    font-size: 1.8rem;
  }

  .faq-content {
    margin-top: 4em;
  }
}