WordPress / theme-experiments

Experimenting with themes made out of blocks.
GNU General Public License v2.0
546 stars 180 forks source link

TT1 Blocks: Fix frontend full alignment styles #174

Closed kjellr closed 3 years ago

kjellr commented 3 years ago

Fixes https://github.com/WordPress/theme-experiments/issues/170

The max-width limit here should not override the width of images here, since they should generally be the width of their figure or cover containers.

Separately, we weren't specifying a max-width for alignfull, which means that they were maxing out at 100% by default and not taking into account the left/right padding on the container.

Screenshots

Before

Screen Shot 2021-01-22 at 9 08 51 AM

After

Screen Shot 2021-01-22 at 9 23 23 AM