Pattern: Update text to be vertically aligned like image (#49791)

* Update text column to be vertically aligned

* Changelog
This commit is contained in:
Tom Cafferkey 2024-07-23 11:18:06 +01:00 committed by GitHub
parent 859fd9f001
commit c29d70f3c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
Significance: patch
Type: tweak
Comment: Title is self explanatory

View File

@ -28,8 +28,8 @@ $description = $content['descriptions'][0]['default'] ?? '';
</div>
<!-- /wp:column -->
<!-- wp:column {"layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-column">
<!-- wp:column {"verticalAlignment":"center","layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-column is-vertically-aligned-center">
<!-- wp:paragraph -->
<p><strong><?php echo esc_html( $testimonials_title ); ?></strong></p>
<!-- /wp:paragraph -->