fix: grid cell style closer to design by centering the text

This commit is contained in:
Juan Di Toro 2023-08-14 16:17:51 +02:00
parent 3a5d778645
commit f3498ec536
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const { title, description } = Astro.props;
---
<div
class="md:w-full h-full p-10 rounded-md bg-black mx-[10px] space-y-5 hover:ring-2 ring-primary transition-all"
class="md:w-full h-full p-10 rounded-md bg-black mx-[10px] space-y-5 hover:ring-2 ring-primary transition-all flex flex-col justify-center"
>
<h3 class="font-display text-xl md:text-2xl">
{title}