We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e0bd5 commit 4d248d4Copy full SHA for 4d248d4
components/cards/ResourceCard.tsx
@@ -69,10 +69,11 @@ export const ResourceCard = (props: ResourceCardProps) => {
69
<Card sx={cardStyle}>
70
<CardActionArea href={href} sx={{ height: '100%' }} component={i18nLink}>
71
<CardContent sx={cardContentStyle}>
72
- <Box height="130px" position="relative" width="100%" overflow="hidden">
+ <Box height="140px" position="relative" width="100%" overflow="hidden">
73
<Image
74
src={image?.filename || '/bloom_shorts.png'}
75
objectFit="cover"
76
+ objectPosition="top"
77
fill
78
alt={image?.alt || 'Bloom shorts default image'} // TODO create a message for this image
79
/>
0 commit comments