diff --git a/src/pages/download/DevHub.tsx b/src/pages/download/DevHub.tsx index 2b63877..65a92b6 100644 --- a/src/pages/download/DevHub.tsx +++ b/src/pages/download/DevHub.tsx @@ -36,8 +36,12 @@ const features = [ export function DevHub() { return ( -
-
+
+ {/* Top spacing + border */} +
+
+ +

Get Started

@@ -63,7 +67,11 @@ export function DevHub() { ))}
-
-
+
+ + {/* Bottom horizontal line with spacing (match NetworkDownload) */} +
+
+
) } diff --git a/src/pages/download/DownloadHero.tsx b/src/pages/download/DownloadHero.tsx index e4c8e35..a61d420 100644 --- a/src/pages/download/DownloadHero.tsx +++ b/src/pages/download/DownloadHero.tsx @@ -40,14 +40,14 @@ const features = [ export function DownloadHero() { return ( -
-
+
+
Download Mycelium Network @@ -55,7 +55,7 @@ export function DownloadHero() { initial={{ opacity: 0, y: 20 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.5, delay: 0.2 }} - className="mt-6 text-lg text-gray-600 lg:leading-8" + 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?{' '}
-
-
+ +
+
{features.map((feature) => (
-
+ + {/* Bottom horizontal line with spacing (match NetworkDownload) */} +
+
+
) }