presidential-innovation-fellows/code-gov-web

View on GitHub
src/app/components/tools/tools.style.scss

Summary

Maintainability
Test Coverage
@import '~@code.gov/code-gov-style/_sass/_variables';

.tool {
  padding: 2.5em 1.5em;

  @media screen and (min-width: $medium-screen) {
    @include width-three-quarters();
  }

  @media screen and (min-width: $extra-large-screen) {
    padding: 2.5em 2em;
  }
}