Skip to content

Commit ddbde43

Browse files
committed
add shadow to explore card image
1 parent 54d64a1 commit ddbde43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/PostCardSmall.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const getTransitionNameFromElementId = setTransitionSlug({ pageSlug: slug });
4242
{...IMAGE_SIZES.FIXED.POST_CARD_SMALL}
4343
src={heroImage}
4444
alt={heroAlt}
45-
class="object-cover rounded-box hidden xs:block w-[142px] h-[80px] md:size-auto"
45+
class="object-cover rounded-box hidden xs:block w-[142px] h-[80px] md:size-auto shadow shadow-base-300"
4646
transition:name={getTransitionNameFromElementId({
4747
elementId: TRANSITION_ELEMENT_IDS.POST_CARD.HERO_IMAGE,
4848
})}

src/config/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const configClientData: ConfigClientType = {
99
/** all urls without '/' */
1010
SITE_URL,
1111
SITE_TITLE: 'Nemanja Mitic',
12-
SITE_DESCRIPTION: 'I am Nemanja, full stack developer',
12+
SITE_DESCRIPTION: 'I am Nemanja, a full stack developer',
1313
PLAUSIBLE_SCRIPT_URL,
1414
PLAUSIBLE_DOMAIN,
1515
PAGE_SIZE_POST_CARD: 3,

0 commit comments

Comments
 (0)