fix: grid cell style closer to design by centering the text
This commit is contained in:
parent
3a5d778645
commit
f3498ec536
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue