Skip to content

Commit bf7380b

Browse files
authored
Update common.scss
Added margin to Sign Up button as spacing is off for anons.
1 parent 18f6749 commit bf7380b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/common.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,8 @@
8484
.title .custom-header-links.scrolling {
8585
display: none;
8686
}
87+
88+
// maintains suitable spacing when Sign Up buttons are present
89+
.anon .d-header .sign-up-button {
90+
margin-left: 1.25em;
91+
}

0 commit comments

Comments
 (0)