smaller metadata.image

This commit is contained in:
Oliver Bryan
2025-09-28 21:38:53 +01:00
parent 571edfcf00
commit c1228ece11

View File

@@ -48,10 +48,10 @@ const { metadata } = Astro.props;
<img
src={metadata.image}
alt={`${metadata.title} project icon`}
class="w-32 h-32 mb-4 rounded"
class="w-24 h-24 mb-4 rounded"
/>
) : (
<div class="w-32 h-32 mb-4 border border-ayu-gutter rounded" />
<div class="w-24 h-24 mb-4 border border-ayu-gutter rounded" />
)
}