From b4f05fe5151aa4361a5225c436bf86e89d14296d Mon Sep 17 00:00:00 2001 From: killerog Date: Wed, 4 Dec 2024 10:33:02 +0100 Subject: [PATCH] Some design optimisations / suggestions (#4) * Some design optimisations * Buttons, colors, and whitespaces made more consistent --------- Co-authored-by: Rogier Schoenmaker --- components/About.tsx | 4 ++-- components/Footer.tsx | 4 ++-- components/GetStarted.tsx | 11 +++++------ components/Header.tsx | 6 +++--- components/Hero.tsx | 8 ++++---- components/HowItWorks.tsx | 8 ++++---- tailwind.config.ts | 8 ++++---- 7 files changed, 24 insertions(+), 25 deletions(-) diff --git a/components/About.tsx b/components/About.tsx index 3b00eab..83a9da9 100644 --- a/components/About.tsx +++ b/components/About.tsx @@ -1,11 +1,11 @@ export default function About() { return ( -
+
-

+

About OpenClimate.fund

diff --git a/components/Footer.tsx b/components/Footer.tsx index 215181d..7d6d1b2 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -6,7 +6,7 @@ export default function Footer() { return (