🐞 fix: Adjust text alignment styles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user