From 5a6b344813b13069bbe47209003a7971829202fd Mon Sep 17 00:00:00 2001 From: srosset81 Date: Wed, 2 Aug 2023 15:46:29 +0200 Subject: [PATCH] Add newsletter form --- website/src/components/Footer.astro | 30 +++++++++++++ website/src/components/Header.astro | 9 ---- website/src/pages/index.astro | 6 +-- website/src/styles/base.css | 4 +- website/tailwind.config.cjs | 68 ++++++++++++++--------------- 5 files changed, 70 insertions(+), 47 deletions(-) diff --git a/website/src/components/Footer.astro b/website/src/components/Footer.astro index 887d810..275e46e 100644 --- a/website/src/components/Footer.astro +++ b/website/src/components/Footer.astro @@ -12,6 +12,36 @@ const { noMarginTop = false } = Astro.props; ---