Skip to content

Commit

Permalink
Merge pull request #2187 from CityOfPhiladelphia/cherrypick-card-img-fix
Browse files Browse the repository at this point in the history
fixed the image on content cards
  • Loading branch information
RitikaDesai98 authored Sep 27, 2024
2 parents 4845ad1 + ad3711c commit c8aeb0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<article id="post-<?php the_ID(); ?>" <?php post_class('full-height'); ?>>
<a href="<?php echo the_permalink(); ?>" class="card card--<?php echo $label_arr['label'] ?> flex-container flex-dir-row full-height">
<div class="grid-x flex-dir-column">
<div class="flex-child-grow">
<div class="flex-child-auto">
<?php if ( has_post_thumbnail() ) : ?>
<?php echo phila_get_thumbnails(); ?>
<?php endif; ?>
Expand Down

0 comments on commit c8aeb0f

Please sign in to comment.