From e9250230f4d8e23aa6f6521f38ff5de2e903e804 Mon Sep 17 00:00:00 2001 From: looskie <50378828+Looskie@users.noreply.github.com> Date: Tue, 22 Jun 2021 14:38:10 -0400 Subject: [PATCH] Fix: CSS moment --- pages/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 57f1e8b..0a9b875 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -147,6 +147,7 @@ const Link = styled.div` overflow: hidden; overflow-wrap: break-word; scrollbar-width: thin; + margin: 0 auto 10px auto; `; const Example = styled.img` @@ -168,7 +169,7 @@ const LinkContainer = styled.div` const StupidBtn = styled.button` position: absolute; - right: 2em; + right: 1em; background: #222; padding: 5px 18px; border: none;