fbi-cde/crime-data-frontend

View on GitHub
sass/util/_line-height.scss

Summary

Maintainability
Test Coverage
.lh-24 { line-height: 24px; }
.lh-32 { line-height: 32px; }

@media #{$breakpoint-sm} {
  .sm-lh-30 { line-height: 30px; }
}