From 14f3c01db3b9e6d719878bd77f4752484e5ff1eb Mon Sep 17 00:00:00 2001 From: stevenplewis Date: Mon, 5 Aug 2024 12:09:43 -0700 Subject: [PATCH 1/2] fixes based on feedback --- src/components/Prose.astro | 2 +- src/pages/index.astro | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Prose.astro b/src/components/Prose.astro index c385e5b9..7d13a671 100644 --- a/src/components/Prose.astro +++ b/src/components/Prose.astro @@ -1,5 +1,5 @@
diff --git a/src/pages/index.astro b/src/pages/index.astro index 577daadf..6aeac0be 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -81,9 +81,12 @@ import Button from "../components/Button.astro"; } h1.hero-header { - font-size: 8em; + font-size: 5em; line-height: 1; margin: 4rem 0; + @media (min-width: 768px) { + font-size: 8em; + } } .oss-logo { max-height: 5rem; From 96b0b8cbce4305219206797b5244079a28597792 Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Wed, 7 Aug 2024 10:04:19 +0100 Subject: [PATCH 2/2] Fix CTA on mobile --- src/pages/index.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 6aeac0be..77177478 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -111,6 +111,8 @@ import Button from "../components/Button.astro"; .footer-cta-box { background: #162a2d; display: flex; + flex-wrap: wrap; + justify-content: center; padding: 1.25rem; align-items: center; h2 {