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:
@@ -52,7 +52,7 @@ export function CallToAction() {
|
||||
|
||||
</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 first Pods are launching soon.
|
||||
10,000 early Pods will be available for early adopters.
|
||||
</p>
|
||||
@@ -74,7 +74,7 @@ export function CallToAction() {
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<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">
|
||||
Next, Pods will support peer-to-peer AI Agents that live inside your environment.
|
||||
Your own AI, powered by your data without any data leaks. Be among the first to claim
|
||||
your private space on the Mycelium Network.
|
||||
|
||||
Reference in New Issue
Block a user