Skip to content

Commit

Permalink
add spacing between description and tech pills
Browse files Browse the repository at this point in the history
  • Loading branch information
hedior03 committed Jan 19, 2024
1 parent 1ce1552 commit 41ed879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/projects/Card.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { image, imageAlt, title, description, tags, links } = Astro.props
<div class="flex size-full flex-col gap-y-2 px-4 pb-8 pt-4">
<h3 class="text-balance text-xl font-semibold">{title}</h3>
<p class="text-pretty">{description}</p>
<ul class="flex flex-row flex-wrap gap-2">
<ul class="mt-2 flex flex-row flex-wrap gap-2">
{
tags.map((tag) => (
<Pill>
Expand Down

0 comments on commit 41ed879

Please sign in to comment.