feature: Update typography and button styles for improved responsiveness
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-06-05 15:03:08 -05:00
parent 4bf9f0ed45
commit df0a499630
6 changed files with 57 additions and 67 deletions
+2 -2
View File
@@ -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; ?>
+2 -2
View File
@@ -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 {
+1 -1
View File
@@ -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;