From 5d9d905baa2339e51ad76cedc005a027cdf6d6b3 Mon Sep 17 00:00:00 2001 From: Joe Crawford Date: Tue, 15 Oct 2024 14:20:15 +0100 Subject: [PATCH] Homepage padding --- src/styles/_home.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_home.scss b/src/styles/_home.scss index e744fe6d..d04dff29 100644 --- a/src/styles/_home.scss +++ b/src/styles/_home.scss @@ -37,6 +37,7 @@ SPDX-License-Identifier: Apache-2.0 flex-flow: row; justify-content: flex-start; text-align: center; + padding-bottom: 4em; @include respond-to-tablet { flex-flow: column;