From 100cae988c7e6f7d44c87eb370b031d5e6da35c3 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 7 Nov 2025 23:21:55 +0100 Subject: [PATCH] refactor: adjust network page styling and typography - Changed heading levels from H3 to H4 in NetworkCapabilities for better hierarchy - Updated PrimaryFeatures section with darker background and consistent border styling - Removed text-lg class from paragraph for standard sizing --- src/pages/network/Features.tsx | 1 + src/pages/network/NetworkCapabilities.tsx | 8 ++++---- src/pages/network/PrimaryFeatures.tsx | 14 ++++++++++---- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/src/pages/network/Features.tsx b/src/pages/network/Features.tsx index 7a7fa29..b450cff 100644 --- a/src/pages/network/Features.tsx +++ b/src/pages/network/Features.tsx @@ -8,6 +8,7 @@ import { H2, P, H3, CT, CP, Eyebrow } from '@/components/Texts' export function Features() { return (
+ {/* ✅ Top spacer + full-width line */}
diff --git a/src/pages/network/NetworkCapabilities.tsx b/src/pages/network/NetworkCapabilities.tsx index c4fdca9..72ddf74 100644 --- a/src/pages/network/NetworkCapabilities.tsx +++ b/src/pages/network/NetworkCapabilities.tsx @@ -5,7 +5,7 @@ import { NoSymbolIcon, } from '@heroicons/react/24/solid' -import { Eyebrow, H3, P } from '@/components/Texts' +import { Eyebrow, H4, P } from '@/components/Texts' export function NetworkCapabilities() { return ( @@ -22,11 +22,11 @@ export function NetworkCapabilities() {
WHAT IT ENABLES -

+

A Private Networking Layer for Everything You Run -

+ -

+

Mycelium Network is the backbone for secure, autonomous connectivity across devices, data centers, clusters, and self-hosted environments — anywhere in the world.

diff --git a/src/pages/network/PrimaryFeatures.tsx b/src/pages/network/PrimaryFeatures.tsx index e8c02e3..1a55560 100644 --- a/src/pages/network/PrimaryFeatures.tsx +++ b/src/pages/network/PrimaryFeatures.tsx @@ -407,10 +407,13 @@ export function PrimaryFeatures() {
- -
+ {/* ✅ Top horizontal line with spacing */} +
+
+ +
How It Works How Mycelium Operates @@ -425,9 +428,12 @@ export function PrimaryFeatures() {
- + + {/* ✅ bottom border + bottom spacer to match */} +
+
) }