🐞 fix: Adjust line-height
Deploy to Dreamhost (dev) / build (push) Successful in 32s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-07-05 15:52:04 -05:00
parent c2a1eed2cf
commit 1544a7a04b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
.page-hero__intro {
font-weight: 300;
line-height: 1;
line-height: 1.3;
text-align: left;
}
+1 -1
View File
@@ -38,7 +38,7 @@ $wrapperStyle = $bgColor ? 'background-color: ' . esc_attr( $bgColor ) . ';' : '
<?php endif; ?>
<?php if ( $intro ) : ?>
<div class="page-hero__intro grow text-18px/6 pt-3">
<div class="page-hero__intro grow text-18px pt-3">
<?php echo wp_kses_post( $intro ); ?>
</div>
<?php endif; ?>