style: standardize heading sizes and add responsive text scaling across components

This commit is contained in:
2025-10-14 13:01:16 +02:00
parent 6e9360fabf
commit 4f40912dc9
12 changed files with 14 additions and 14 deletions

View File

@@ -132,7 +132,7 @@ function Plan({
</h3>
<p
className={clsx(
'relative mt-5 flex text-3xl tracking-tight',
'relative mt-5 flex text-3xl lg:text-4xl tracking-tight',
featured ? 'text-white' : 'text-gray-900',
)}
>
@@ -221,7 +221,7 @@ export function Pricing() {
<div className="mx-auto max-w-2xl text-center">
<h2
id="pricing-title"
className="text-3xl font-medium tracking-tight text-gray-900"
className="text-3xl lg:text-4xl font-medium tracking-tight text-gray-900"
>
Flat pricing, no management fees.
</h2>