Skip to content

Commit

Permalink
Merge pull request #3347 from kiva/GD-130_story_card_gradient_fix
Browse files Browse the repository at this point in the history
fix: fixes gradient at bottom of image storycards
  • Loading branch information
eddieferrer authored Oct 20, 2021
2 parents 4299deb + 465f699 commit 6866729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Contentful/StoryCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
v-if="hasBackgroundImage"
>
<kv-contentful-img
class="tw-h-full tw-w-full tw-object-cover"
class="kv-contentful-img tw-h-full tw-w-full tw-object-cover"
:width="520"
fallback-format="jpg"
:contentful-src="backgroundImage.url"
Expand Down

0 comments on commit 6866729

Please sign in to comment.