tweak more image sizes

This commit is contained in:
2024-08-15 01:54:48 +02:00
parent 5976d51dda
commit f566c4b639
4 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ export const FeaturedBlock = ({
alt={image.alt ?? ""}
width={image.width}
height={image.height}
sizes="20vw"
sizes="(max-width: 800px) 100vw, 50vw"
/>
</div>
)}