From b21f874a05330f40f290cb7e3e27bad3d9b12ae2 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 19 Nov 2025 18:04:06 +0100 Subject: [PATCH] refactor: adjust spacing and text styling in network feature components - Reduced NetworkCapabilities description margin from mt-3 to mt-2 and removed text-lg class - Changed PrimaryFeatures mobile description from color="secondary" to text-gray-200 with mt-2 (note: appears to have typo "mt-" instead of "mt-2") --- src/pages/network/NetworkCapabilities.tsx | 2 +- src/pages/network/PrimaryFeatures.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/network/NetworkCapabilities.tsx b/src/pages/network/NetworkCapabilities.tsx index b57bba7..e7d380d 100644 --- a/src/pages/network/NetworkCapabilities.tsx +++ b/src/pages/network/NetworkCapabilities.tsx @@ -30,7 +30,7 @@ export function NetworkCapabilities() { One network for all your connectivity needs.

-

+

Mycelium replaces separate layers like VPNs, hosting, and DNS with a single encrypted, peer-to-peer system that links devices, apps, and environments directly.

diff --git a/src/pages/network/PrimaryFeatures.tsx b/src/pages/network/PrimaryFeatures.tsx index ac71107..5ca89ad 100644 --- a/src/pages/network/PrimaryFeatures.tsx +++ b/src/pages/network/PrimaryFeatures.tsx @@ -369,7 +369,7 @@ function FeaturesMobile() { {feature.name} - + {feature.description}