From a682d432f74fc21ef6473b0ef8e5c7fe6255e75e Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Thu, 18 Apr 2024 07:25:50 -0700 Subject: [PATCH] Fix padding on become and editor button --- common/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.scss b/common/common.scss index 060dd54..a73d340 100644 --- a/common/common.scss +++ b/common/common.scss @@ -685,6 +685,7 @@ html body #main-outlet { .become-editor-link { display: none; margin: -40px auto 30px auto; + padding-left: 3em; max-width: 1000px; a {