From bf7380b31fcd024ae9ba3009fc824ab20e0d0793 Mon Sep 17 00:00:00 2001 From: Nathan Kershaw <63566309+nathan-nz@users.noreply.github.com> Date: Sat, 17 Jun 2023 10:36:33 +1200 Subject: [PATCH] Update common.scss Added margin to Sign Up button as spacing is off for anons. --- common/common.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/common.scss b/common/common.scss index b7d305b..04f9be0 100644 --- a/common/common.scss +++ b/common/common.scss @@ -84,3 +84,8 @@ .title .custom-header-links.scrolling { display: none; } + +// maintains suitable spacing when Sign Up buttons are present +.anon .d-header .sign-up-button { + margin-left: 1.25em; +}