Add some shadows
This commit is contained in:
@@ -22,7 +22,7 @@ const upcomingEvents = Astro.props.upcomingEvents;
|
||||
src={event.thumbnail.url}
|
||||
width={event.thumbnail.width}
|
||||
height={event.thumbnail.height}
|
||||
class={`aspect-15/9 rounded-2xl shadow-sm object-cover`}
|
||||
class={`aspect-15/9 rounded-2xl shadow-md object-cover`}
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user