✨feature: Update typography and button styles for improved responsiveness
Sync TODOs with Issues / sync_todos (push) Successful in 7s
Sync TODOs with Issues / sync_todos (push) Successful in 7s
This commit is contained in:
@@ -33,9 +33,9 @@ $wrapper = blockWrapperAttributes( $classes, $is_preview );
|
||||
<?php get_template_part( '/views/blocks/contact-block/linework' ); ?>
|
||||
</div>
|
||||
|
||||
<div class="contact-block__content container pt-12 pb-16">
|
||||
<div class="contact-block__content container px-4! pt-12 pb-16 relative z-10">
|
||||
<?php if ( $text ) : ?>
|
||||
<h2 class="contact-block__text font-quincy font-normal leading-none text-white max-w-3/4 relative z-10 mb-8">
|
||||
<h2 class="contact-block__text font-quincy font-normal leading-none text-white max-w-4/5 mb-8">
|
||||
<?php echo wp_kses_post( $text ); ?>
|
||||
</h2>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user