From 96b0b8cbce4305219206797b5244079a28597792 Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Wed, 7 Aug 2024 10:04:19 +0100 Subject: [PATCH] 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 {