fix: incorrect font choice on gridcell

This commit is contained in:
Juan Di Toro 2023-08-14 16:33:35 +02:00
parent f3498ec536
commit 115090fc56
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,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 flex flex-col justify-center"
>
<h3 class="font-display text-xl md:text-2xl">
<h3 class="font-body text-xl md:text-2xl">
{title}
</h3>
<p class="text-lg md:text-xl text-body font-body">