forked from sashaastiadi/www_mycelium_net
style: standardize heading sizes and add responsive text scaling across components
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user