From fda904c77c029b5dfe5122f4b203fba7a0a783c2 Mon Sep 17 00:00:00 2001 From: Leif Niemczik Date: Wed, 16 Nov 2022 15:28:30 +0100 Subject: [PATCH] bottom margin cfp --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index cd2b56e..091f9d0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -44,7 +44,7 @@ import Layout from '../layouts/Layout.astro' color: var(--headline-color); } .cfp { - margin: 0 -1.5rem; + margin: 0 -1.5rem 3rem; text-align: center; &:hover { opacity: 0.8;