Skip to content

Commit

Permalink
Small padding css change
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Nov 1, 2024
1 parent c7e9805 commit 9f4abff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/app/styles/core/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,11 @@ $secondaryNavbarHeight: 4.5rem;

&.is-region {
display: block;
padding: 0 1rem;
padding: 0;
font-size: 1em;
color: rgba($primary-invert, 0.9);

> span {
padding-right: 0.4em;
font-weight: 500;
}
}
Expand Down

0 comments on commit 9f4abff

Please sign in to comment.