codeforamerica / honeycrisp-gem

A Rails gem with base styles and Javascript for Code for America products
http://honeycrisp.herokuapp.com
MIT License
24 stars 8 forks source link

Consolidate max width logic #255

Closed bytheway875 closed 3 years ago

bytheway875 commented 3 years ago

Fixes #235.

We were setting a value for max-width twice on .grid. Since the outer container mixin already supports passing in a custom max width, we can pass in the value we want instead of overriding it.

Screen Shot 2021-02-26 at 3 24 55 PM