forked from emre/www_projectmycelium_com
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:
@@ -41,10 +41,10 @@ export function CallToAction() {
|
||||
Start with Mycelium Today
|
||||
</h2>
|
||||
|
||||
<p className="mt-6 text-lg leading-normal text-gray-300">
|
||||
<p className="mt-6 lg:text-lg text-base leading-normal text-gray-300">
|
||||
The Agent Framework launches in H1 2026, but the foundation is ready now.
|
||||
</p>
|
||||
<p className="mt-2 text-lg leading-normal text-gray-300">
|
||||
<p className="mt-2 lg:text-lg text-base leading-normal text-gray-300">
|
||||
Use today’s components —models, storage, compute, and network— to deploy workloads, connect nodes, and prepare for the next generation of distributed AI.
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user