tweak news item image sizes

This commit is contained in:
2024-08-12 01:20:58 +02:00
parent f4599cda40
commit 6c27cb3078

View File

@ -16,7 +16,7 @@ export const NewsItem = ({ news }: { news: NewsFragment }) => {
alt={featuredImage.alt}
width={featuredImage.width}
height={featuredImage.height}
sizes="20vw"
sizes="(max-width: 600px) 25vw, 55vw"
/>
)}
</div>