💄 Reduce text size on mobile

This commit is contained in:
Luke Vella 2025-03-29 21:42:34 +00:00
parent 377b0c60fb
commit b233ce8e1d
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -105,7 +105,7 @@ export const MarketingHero = ({
<h1 className="mb-2 mt-6 text-pretty text-2xl font-bold tracking-tight sm:mb-4 sm:text-5xl">
{title}
</h1>
<h2 className="mx-auto max-w-3xl text-pretty text-lg text-gray-500 sm:text-xl sm:leading-relaxed">
<h2 className="mx-auto max-w-3xl text-pretty text-base text-gray-500 sm:text-xl sm:leading-relaxed">
{description}
</h2>
<div className="mt-8 flex flex-col items-center justify-center gap-4">