tweak news item image sizes
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user