Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pill border color style, add missing pill and miscellaneous adjustments. #281

Merged
merged 6 commits into from
Sep 13, 2024
Next Next commit
Set the margin to zero for the outer group. Remove font size from pill.
  • Loading branch information
juanfra committed Sep 12, 2024
commit ac313c11aeacd080b3fea49eab7e2c91c75be417
10 changes: 5 additions & 5 deletions patterns/banner-with-description-and-images-grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
*/

?>
<!-- wp:group {"align":"full","layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull">
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"blockGap":"var:preset|spacing|60"}},"layout":{"type":"grid","minimumColumnWidth":"32rem"}} -->
<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between","justifyContent":"stretch"}} -->
<div class="wp-block-group">
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"left"}} -->
<div class="wp-block-group">
<!-- wp:heading {"fontSize":"small"} -->
<h2 class="wp-block-heading has-small-font-size">About Us</h2>
<!-- wp:heading {"className":"is-style-pill","fontSize":"small"} -->
<h2 class="wp-block-heading is-style-pill has-small-font-size">About Us</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
Expand Down