🐞 fix: Adjust font size and line height for page hero services intro, and update margin for CTAs container
This commit is contained in:
@@ -43,7 +43,7 @@ $wrapperStyle = $bgColor ? 'background-color: ' . esc_attr( $bgColor ) . ';' : '
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ( $ctas ) : ?>
|
||||
<div class="reset mt-4 sm:mt-6 flex flex-wrap justify-center lg:justify-start gap-4">
|
||||
<div class="reset mt-4 sm:mt-6 lg:mt-10 flex flex-wrap justify-center lg:justify-start gap-4">
|
||||
<?php foreach ( $ctas as $index => $cta ) : ?>
|
||||
<?php
|
||||
$ctaLink = $cta['link'];
|
||||
|
||||
Reference in New Issue
Block a user