✨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; ?>
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
|
||||
.intro {
|
||||
h1 {
|
||||
font-size: var(--text-55px);
|
||||
font-weight: 600;
|
||||
font-size: var(--text-64px);
|
||||
font-weight: 400;
|
||||
line-height: 1;
|
||||
|
||||
strong {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
.pull-quote__text {
|
||||
font-family: var(--font-quincy);
|
||||
font-size: var(--text-35px);
|
||||
font-size: var(--text-34px);
|
||||
font-weight: 500;
|
||||
line-height: 1.3;
|
||||
padding: 6rem 0;
|
||||
|
||||
Reference in New Issue
Block a user