tweak news item image sizes
This commit is contained in:
@ -16,7 +16,7 @@ export const NewsItem = ({ news }: { news: NewsFragment }) => {
|
|||||||
alt={featuredImage.alt}
|
alt={featuredImage.alt}
|
||||||
width={featuredImage.width}
|
width={featuredImage.width}
|
||||||
height={featuredImage.height}
|
height={featuredImage.height}
|
||||||
sizes="20vw"
|
sizes="(max-width: 600px) 25vw, 55vw"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user