Skip to content

Commit eb8c9df

Browse files
committed
people card name margin
1 parent 6169c8b commit eb8c9df

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/GridItem/Person.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ const { item: person } = Astro.props;
1717
/>
1818
</div>
1919
<a
20-
class="text-body mt-xs"
2120
href={person.data.url}
2221
aria-label={`Link to ${person.data.name}'s personal website'`}
23-
>
24-
{person.data.name}
22+
><p class="text-body mt-xs">{person.data.name}</p>
2523
</a>
2624
<p class="text-body-caption mt-xxs">{person.data.role}</p>

0 commit comments

Comments
 (0)