mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
💄 Reduce text size on mobile
This commit is contained in:
parent
377b0c60fb
commit
b233ce8e1d
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue