Make text below "Accelerate your development" header smaller for mobile devices.

This commit is contained in:
Dorian Niemiec 2024-07-29 21:25:29 +02:00
parent 1c8c71da47
commit bd44ccc123

View file

@ -11,7 +11,7 @@ const HowItWorks = () => {
development development
</span> </span>
</h2> </h2>
<p className="md:w-3/4 mx-auto mt-4 mb-8 text-xl text-muted-foreground"> <p className="md:w-3/4 mx-auto mt-4 mb-8 text-lg md:text-xl text-muted-foreground">
Beautifully designed components that you can copy and paste into your Beautifully designed components that you can copy and paste into your
apps. Accessible. Customizable. Open Source. apps. Accessible. Customizable. Open Source.
</p> </p>