diff --git a/app/assets/stylesheets/components/_header.scss b/app/assets/stylesheets/components/_header.scss index 64bf1e5ec..a886ff3b5 100644 --- a/app/assets/stylesheets/components/_header.scss +++ b/app/assets/stylesheets/components/_header.scss @@ -70,6 +70,15 @@ } } + .navbar-link { + display: flex; + align-items: center; + font-size: 20px; + a { + text-decoration: none; + } + } + .navbar-text { cursor: pointer; padding: 0; @@ -95,10 +104,9 @@ } @include full_desktop { - border-left: 1px solid white; margin: -6px 0; padding-top: 0; - padding-left: 5px; + padding-left: 20px; } .dropdown, diff --git a/app/views/shared/_header.html.erb b/app/views/shared/_header.html.erb index 1b0df8430..1c2b3934b 100644 --- a/app/views/shared/_header.html.erb +++ b/app/views/shared/_header.html.erb @@ -11,6 +11,12 @@ <%= image_tag("logo-color.png", class:"colored-logo") %> <% end %> + + <% if user_signed_in? %>