From 503fe2630324687fa6402a7dee8fe93ada51be2b Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 18 Nov 2025 12:23:16 +0100 Subject: [PATCH] refactor: improve Hero and NetworkDownload mobile responsiveness and layout - Reduced Hero section bottom padding from pb-24 to pb-12 on mobile - Added mt-8 top margin to Hero image container on mobile - Hidden BackgroundIllustration on mobile using hidden md:block - Removed fixed height from Hero image container and added flex centering - Changed Hero image from w-auto to w-full for better mobile scaling - Removed manual link and simplified NetworkDownload description text - Reduced NetworkDownload gri --- src/pages/network/Hero.tsx | 10 +++++----- src/pages/network/NetworkDownload.tsx | 14 +++----------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/pages/network/Hero.tsx b/src/pages/network/Hero.tsx index 62cd01b..b08e627 100644 --- a/src/pages/network/Hero.tsx +++ b/src/pages/network/Hero.tsx @@ -76,7 +76,7 @@ function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) { export function Hero() { return ( -
+
@@ -108,13 +108,13 @@ export function Hero() {
-
- -
+
+ +
Mycelium application demo diff --git a/src/pages/network/NetworkDownload.tsx b/src/pages/network/NetworkDownload.tsx index 85f77c9..587f084 100644 --- a/src/pages/network/NetworkDownload.tsx +++ b/src/pages/network/NetworkDownload.tsx @@ -7,7 +7,7 @@ import windowsIcon from '@/images/windows.svg' import androidIcon from '@/images/android.svg' import linuxIcon from '@/images/linux.svg' -import { CT, CP } from '@/components/Texts' +import { CT, CP, H3, P } from '@/components/Texts' const features = [ { @@ -64,19 +64,11 @@ export function NetworkDownload() { transition={{ duration: 0.5, delay: 0.2 }} className="mt-8 text-lg text-gray-600 lg:leading-8" > - Get Mycelium Network for Android, Windows, macOS, and iOS to securely connect, store, and interact with the decentralized network—seamlessly and efficiently. Not sure how it works?{' '} - - Read the manual. - + Get Mycelium Network for Android, Windows, macOS, and iOS to securely connect, store, and interact with the decentralized network—seamlessly and efficiently.
-
+
{features.map((feature) => (