removing unecessary spaces

This commit is contained in:
Antoine M 2023-11-15 16:43:00 +01:00
parent dd3e2d3f79
commit 891b7044df

View File

@ -6,13 +6,9 @@ $post_title = $args['post_title'];
$news_type = $args['news_type'] ?? null; $news_type = $args['news_type'] ?? null;
$thematique = $args['thematique'] ?? null; $thematique = $args['thematique'] ?? null;
$mainThematique = getMainThematique($thematique) ?? null; $mainThematique = getMainThematique($thematique) ?? null;
?> ?>
<div class="card-news <?php echo $card_variant ? 'card-news--' . $card_variant : '' ?> "> <div class="card-news <?php echo $card_variant ? 'card-news--' . $card_variant : '' ?> ">
<?php echo $post_thumbnail ?> <?php echo $post_thumbnail ?>
<div class="card-news__inner"> <div class="card-news__inner">
<div class="card-news__heading"> <div class="card-news__heading">