diff --git a/src/components/project-list-card.astro b/src/components/project-list-card.astro index fc97e7c7..eafc0906 100644 --- a/src/components/project-list-card.astro +++ b/src/components/project-list-card.astro @@ -52,6 +52,7 @@ const { data } = Astro.props; dl { display: grid; + grid-template-columns: 1fr 1fr; text-align: end; gap: 1rem; margin: 0; @@ -70,6 +71,7 @@ const { data } = Astro.props; } dl { text-align: start; + grid-template-columns: 1fr; } }