yankaindustries / mc-components

Components library and core styles for Masterclass
https://yankaindustries.github.io/mc-components
11 stars 3 forks source link

Background content needs max width #766

Closed stephenp closed 4 years ago

stephenp commented 4 years ago

image

The background__content class needs to respect the parent width. Since it's currently a flexbox, it'll grow to fit the content as needed. If nested inside of a container, this means it'll bleed out.

stephenp commented 4 years ago

Resolved with #767