mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
smaller metadata.image
This commit is contained in:
@@ -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" />
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user