diff options
author | 2024-04-29 01:31:33 +0100 | |
---|---|---|
committer | 2024-04-29 01:31:33 +0100 | |
commit | 78c0e7af8e81a9decb6e1a7c87ad5aca76dda6bc (patch) | |
tree | 008b0f6476f4c1b029407899bca525a27261429b | |
parent | Add HTML lang attribute (diff) |
Add bottom margin
-rw-r--r-- | src/layout/page.tsx | 1 |
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 { |