From c6efc29ab60bfede2df1bc374e361dd7d7a94ed4 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 19 Nov 2025 12:27:06 +0100 Subject: [PATCH] refactor: add mobile hero image to CloudHeroNew and adjust padding - Added mobile-only hero image (/images/mobile/cloudpage.jpg) with mb-8 spacing and md:hidden visibility - Changed vertical padding from py-16 to pb-12 pt-4 for mobile, maintaining lg:py-24 for desktop - Positioned mobile image above content with w-full and object-cover styling --- src/pages/cloud/CloudHeroNew.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/cloud/CloudHeroNew.tsx b/src/pages/cloud/CloudHeroNew.tsx index dae6bb1..e4d1daf 100644 --- a/src/pages/cloud/CloudHeroNew.tsx +++ b/src/pages/cloud/CloudHeroNew.tsx @@ -9,7 +9,14 @@ export function CloudHeroNew() { className="relative mx-auto max-w-7xl border border-t-0 border-b-0 border-gray-100 bg-white overflow-hidden md:bg-[url('/images/cloudhero4.webp')] md:bg-contain md:bg-right md:bg-no-repeat" > {/* Inner padding */} -
+
+ {/* Mobile-only hero image */} + Mycelium Cloud page visual +
MYCELIUM CLOUD