🐞 fix: Adjust text alignment styles
Deploy to Dreamhost (dev) / build (push) Successful in 35s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-07-25 11:21:47 -05:00
parent f8247ff7af
commit e7de88551d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -34,7 +34,6 @@
font-weight: 500;
line-height: 1;
text-align: center;
text-wrap: balance;
strong,
b {
+1 -1
View File
@@ -36,7 +36,7 @@ $wrapper = blockWrapperAttributes( $classes, $is_preview );
</div>
<div class="container wider pull-quote__content">
<div class="pull-quote__text">
<div class="pull-quote__text <?php if ( is_front_page() ) { echo 'text-balance'; } // phpcs:ignore ?>">
<?php echo wp_kses_post( $quote_text ); ?>
</div>
</div>