Skip to content

Commit

Permalink
improve project card layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Trombach committed Jan 1, 2025
1 parent f3ba2a9 commit e3a417d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Projects/ProjectCard/CardBody.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const dashedTitle = dash(title);
---

<div class="rounded-b-xl p-5">
<div class="flex flex-wrap items-center justify-between">
<h2 class="my-3 font-semibold" transition:name={dashedTitle}>
<div class="my-3 flex flex-wrap gap-2 items-center justify-between">
<h2 class="font-semibold" transition:name={dashedTitle}>
{titleCase(title)}
</h2>
{
Expand Down

0 comments on commit e3a417d

Please sign in to comment.