Skip to content

Commit

Permalink
Merge branch 'malj/1997' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Dec 18, 2023
2 parents 821a0a5 + 517ed0d commit 5b3defe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/pageComponents/shared/Teaser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const TeaserImage = ({ image }: { image: ImageWithAlt }) => {
style={{ objectFit: 'cover' }}
fill
role={image?.isDecorative ? 'presentation' : undefined}
sizes="(max-width: 750px) 100vw, (max-width: 1200px) 50vw"
/>
)}
</>
Expand Down

0 comments on commit 5b3defe

Please sign in to comment.