🐞 fix: Style tweaks
This commit is contained in:
@@ -63,7 +63,7 @@ if ( $vidBlock && strpos( $vidBlock, '<iframe' ) !== false ) {
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if ( ! empty( $ctas ) ) : ?>
|
<?php if ( ! empty( $ctas ) ) : ?>
|
||||||
<div class="reset flex flex-wrap justify-center lg:justify-start gap-2 mt-8">
|
<div class="reset flex flex-wrap justify-center lg:justify-start gap-6 mt-8">
|
||||||
<?php foreach ( $ctas as $cta ) : ?>
|
<?php foreach ( $ctas as $cta ) : ?>
|
||||||
<?php
|
<?php
|
||||||
$ctaLink = $cta['link'];
|
$ctaLink = $cta['link'];
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ $wrapper = blockWrapperAttributes( $classes, $is_preview );
|
|||||||
<?php if ( $blog_url ) : ?>
|
<?php if ( $blog_url ) : ?>
|
||||||
<div class="recent-posts__footer">
|
<div class="recent-posts__footer">
|
||||||
<a class="recent-posts__blog-link button" href="<?php echo esc_url( $blog_url ); ?>" data-button-color="secondary" data-button-variant="outline">
|
<a class="recent-posts__blog-link button" href="<?php echo esc_url( $blog_url ); ?>" data-button-color="secondary" data-button-variant="outline">
|
||||||
<?php echo esc_html__( 'View All News', 'cwc' ); ?>
|
<?php echo esc_html__( 'View Blog', 'cwc' ); ?>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user