diff --git a/styles/components/_topbar.scss b/styles/components/_topbar.scss index e56a95fa..2f3750a5 100644 --- a/styles/components/_topbar.scss +++ b/styles/components/_topbar.scss @@ -49,7 +49,13 @@ flex-grow: 1; flex-direction: row; align-items: stretch; - justify-content: space-between; + justify-content: flex-end; + + .topbar__link { + &:first-child { + margin-right: auto; + } + } &.topbar__context--workspace { background-color: $color-primary;