🐞 fix: Hero adjustments
Deploy to Dreamhost (dev) / build (push) Successful in 31s
Sync TODOs with Issues / sync_todos (push) Successful in 5s

This commit is contained in:
Keith Solomon
2026-06-20 13:08:34 -05:00
parent 60250aae2d
commit f91fb7cf3f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ $wrapper = blockWrapperAttributes( $classes, $is_preview );
?>
<section <?php echo wp_kses_post( $wrapper ); ?>>
<div class="container content-wrapper relative z-30">
<div class="max-w-4xl sm:text-center lg:text-left lg:items-center ml-0 pt-24">
<div class="container pl-0! content-wrapper relative z-30">
<div class="max-w-4xl sm:text-center lg:text-left lg:items-center ml-0 pt-52">
<?php if ( ! empty( $heading ) ) : ?>
<h1 class="text-4xl lg:text-5xl font-bold leading-tight mb-4">
<?php echo esc_html( $heading ); ?>