Skip to content

Commit b88eb05

Browse files
committed
more posts image shadow
1 parent ddbde43 commit b88eb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PostCardMore.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const { title, heroImage, heroAlt, description, draft } = data;
2222
{...IMAGE_SIZES.RESPONSIVE.POST_CARD_MORE}
2323
src={heroImage}
2424
alt={heroAlt}
25-
class="max-h-40 object-cover rounded-t-box"
25+
class="max-h-40 object-cover rounded-t-box shadow shadow-base-300"
2626
/>
2727
<h4 class="b-h4 break-words line-clamp-2 mt-3 mb-2">
2828
<Link variant="heading" href={`${ROUTES.BLOG}${slug}`}>

0 commit comments

Comments
 (0)