🐞 fix: Adjust text alignment styles
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-wrap: balance;
|
|
||||||
|
|
||||||
strong,
|
strong,
|
||||||
b {
|
b {
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ $wrapper = blockWrapperAttributes( $classes, $is_preview );
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container wider pull-quote__content">
|
<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 ); ?>
|
<?php echo wp_kses_post( $quote_text ); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user