forked from emre/www_projectmycelium_com
refactor: increase description text size and restore Eyebrow styling in AgentPro and CloudPros
- Changed description text from text-sm to text-base in both AgentPro and CloudPros - Restored uppercase tracking-[0.16em] styling to CloudPros Eyebrow component
This commit is contained in:
@@ -73,7 +73,7 @@ export function AgentPro() {
|
||||
{item.title}
|
||||
</h3>
|
||||
|
||||
<p className="mt-4 text-sm leading-relaxed text-gray-600">
|
||||
<p className="mt-4 text-base leading-relaxed text-gray-600">
|
||||
{item.description}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user