forked from emre/www_projectmycelium_com
refactor: improve CallToAction typography and AgentBento mobile layout across pages
- Added leading-normal to all CallToAction description paragraphs for better readability - Changed AgentBento empty animation placeholder to hidden on mobile using hidden md:flex - Reduced top margin from mt-8 to mt-6 for agents CallToAction CTA cards - Changed "Follow Development" link margin from mt-5 to lg:mt-5 mt-0 for responsive spacing - Applied leading-normal changes to agents, compute, gpu, home, network, nodes
This commit is contained in:
@@ -43,7 +43,7 @@ export function CallToAction() {
|
||||
Choose How You Want to Start
|
||||
</h2>
|
||||
|
||||
<p className="mt-6 text-lg text-gray-300">
|
||||
<p className="mt-6 text-lg leading-normal text-gray-300">
|
||||
Host your own node to contribute capacity or deploy workloads using the Mycelium Cloud.
|
||||
You don’t need to host before deploying, and you don’t need to deploy before hosting.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user