refactor: make CallToAction description text responsive across all pages

- Changed text-lg to lg:text-lg text-base for responsive font sizing on mobile
- Applied to description paragraphs in CallToAction components across agents, compute, gpu, home, network, nodes, pods, and storage pages
- Added leading-normal class to PodsHow animated text span for consistent line height
This commit is contained in:
2025-11-19 12:11:27 +01:00
parent d8a7a7331a
commit 29f713cd2f
9 changed files with 12 additions and 12 deletions

View File

@@ -43,11 +43,11 @@ export function CallToAction() {
Use the Mycelium Stack Your Way
</H3>
<P className="mt-6 leading-normal text-gray-300">
<P className="mt-6 lg:text-lg text-base leading-normal text-gray-300">
Deploy infrastructure, run workloads, connect environments, and build distributed AI systems, all on one network designed for autonomy and control.
</P>
<P className="mt-4 leading-normal text-gray-300">
<P className="mt-4 lg:text-lg text-base leading-normal text-gray-300">
Start wherever you are. Scale on your own terms.
</P>