Skip to content

Commit 0cf2e56

Browse files
committed
Fix icon and text alignment in IconLinkCard
1 parent b92f061 commit 0cf2e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/IconLinkCard.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const { title, description, icon, target = Astro.props.target || '_blank', ...at
6060

6161
.inline-flex {
6262
display: inline-flex;
63+
align-items: center;
6364
gap: 1rem;
6465
}
6566

0 commit comments

Comments
 (0)