From bd2c6aec2b7b0db5db4f2210ebc710b9bbe98564 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Sat, 28 Sep 2019 22:48:52 -0700 Subject: [PATCH] tweak login button position --- components/EditorContainer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/EditorContainer.js b/components/EditorContainer.js index 5d74dbd..04571cf 100644 --- a/components/EditorContainer.js +++ b/components/EditorContainer.js @@ -108,8 +108,8 @@ function EditorContainer(props) { {` .login-button-container { position: absolute; - top: 1.5rem; - right: 2rem; + top: 1.4rem; + right: 1rem; } `}