fix: incorrect font choice on gridcell
This commit is contained in:
parent
f3498ec536
commit
115090fc56
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue