aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-29 01:31:33 +0100
committerGravatar Joe Banks <[email protected]>2024-04-29 01:31:33 +0100
commit78c0e7af8e81a9decb6e1a7c87ad5aca76dda6bc (patch)
tree008b0f6476f4c1b029407899bca525a27261429b
parentAdd HTML lang attribute (diff)
Add bottom margin
-rw-r--r--src/layout/page.tsx1
1 files changed, 1 insertions, 0 deletions
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 {