WebJamApps/breakpointministries

View on GitHub
static/base/_typography.scss

Summary

Maintainability
Test Coverage
h2, a {
  font-family: $alt-font-family;
}

p {
  font-size: 1.76rem
}

@media only screen and (min-width: $bp-4k) {
  p {
    font-size: 4rem;
  }
}