🐞 fix: Adjust font size and line height for page hero services intro, and update margin for CTAs container
This commit is contained in:
@@ -48,10 +48,10 @@
|
|||||||
|
|
||||||
.page-hero-services__intro {
|
.page-hero-services__intro {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: clamp(1rem, 1.5vw, 1.25rem);
|
font-size: clamp(1rem, 1.5vw, 1.5rem);
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.5;
|
line-height: 1.4;
|
||||||
max-width: 36rem;
|
max-width: 32rem;
|
||||||
opacity: 0.95;
|
opacity: 0.95;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ $wrapperStyle = $bgColor ? 'background-color: ' . esc_attr( $bgColor ) . ';' : '
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if ( $ctas ) : ?>
|
<?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 foreach ( $ctas as $index => $cta ) : ?>
|
||||||
<?php
|
<?php
|
||||||
$ctaLink = $cta['link'];
|
$ctaLink = $cta['link'];
|
||||||
|
|||||||
Reference in New Issue
Block a user