Skip to content

Commit

Permalink
Merge pull request #356 from guardian/ei/add-min-height-for-image
Browse files Browse the repository at this point in the history
Set min-height for CapiCard images to 80px
  • Loading branch information
emma-imber authored Jan 16, 2024
2 parents 08a7b62 + 7a32df2 commit c16e92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/components/CapiCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
img {
display: block;
width: 100%;
min-height: 80px;
}
a.single-card .text {
Expand Down

0 comments on commit c16e92d

Please sign in to comment.