WordPress / theme-experiments

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

TT1 Blocks: Re-create the "Let's Connect" pattern with custom borders instead of a block style. #284

Open kjellr opened 2 years ago

kjellr commented 2 years ago

This PR re-creates the "Let's Connect" pattern to use the custom borders feature instead of the old custom block style.

None of the other border patterns can be replaced yet, since the border settings required are only available for the Group block presently.

Screen Shot 2021-08-19 at 10 54 05 AM
kjellr commented 2 years ago

Since it turned out that custom borders were already active in the theme, I've reframed this PR as just a refresh of that single block pattern instead.

pbking commented 2 years ago

It was a little odd that the padding was in the columns and not in the group.

When I first dropped it in I tried to tweak that at the top level container and found I couldn't make it any smaller.

That's my only complaint though. If there's a reason to pad the columns instead it's reason enough for me. Looks good otherwise.