From 78c0e7af8e81a9decb6e1a7c87ad5aca76dda6bc Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 29 Apr 2024 01:31:33 +0100 Subject: Add bottom margin --- src/layout/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/page.tsx b/src/layout/page.tsx index c485e3a..8c4ba7d 100644 --- a/src/layout/page.tsx +++ b/src/layout/page.tsx @@ -16,6 +16,7 @@ const GlobalStyle = createGlobalStyle` margin-left: 5vw; margin-right: 5vw; color: #fff; + margin-bottom: 50px; } a { -- cgit v1.2.3