From e90d57b9e306b2377da18824d84a13343e5e3958 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 14 Oct 2025 16:04:32 +0200 Subject: [PATCH] style: improve responsive layout and spacing for mobile devices --- src/components/About.tsx | 2 +- src/components/Container.tsx | 2 +- src/components/Hero.tsx | 20 ++++++++++---------- src/components/PhoneFrame.tsx | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/About.tsx b/src/components/About.tsx index 0061ce9..e55f2ab 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -7,7 +7,7 @@ export function About() { return (
diff --git a/src/components/Container.tsx b/src/components/Container.tsx index 7eb5c6f..9f5cfa5 100644 --- a/src/components/Container.tsx +++ b/src/components/Container.tsx @@ -6,7 +6,7 @@ export function Container({ }: React.ComponentPropsWithoutRef<'div'>) { return (
) diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 15deca4..1fbfa99 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -98,20 +98,20 @@ function PlayIcon(props: React.ComponentPropsWithoutRef<'svg'>) { export function Hero() { return ( -
+
-
+
-

+

Mycelium

-

- Unleashing the Power of Decentralized Networks +

+ Unleashing the Power of Decentralized Networks

-

+

Discover Mycelium, an end-to-end encrypted IPv6 overlay network. The future of secure, efficient, and scalable networking.

-

+

Coming Soon: New Decentralized Features

@@ -125,9 +125,9 @@ export function Hero() {
-
- -
+
+ +
Mycelium application demo -
+
{children}