From ae718f1948ae6b5aacaa25ad5fd547551802eec9 Mon Sep 17 00:00:00 2001 From: Adrian <73254487+apt105@users.noreply.github.com> Date: Fri, 6 May 2022 04:01:04 +0100 Subject: [PATCH] Front page (#332) * Update index.tsx fix spacing of carousel and centre other objects. First draft * Push layout fixes into CSS * Update to use tailwindCSS --- src/pages/index.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 817c65c0..a1675791 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -182,12 +182,14 @@ function Home() { {features.map((feature, index) => (
+
{feature.title} -
+
+

{feature.title}

{feature.description}

@@ -195,7 +197,7 @@ function Home() { ))} -
+

Connect with us.

{SocialCards.map((card, index) => ( @@ -206,7 +208,7 @@ function Home() {
-
+

Getting started with Meshtastic is as easy as 1, 2, 3!