Skip to content

Commit

Permalink
Revert logo font size to match logo sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed May 1, 2023
1 parent bda439c commit d30cc81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scss/_patterns_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,10 @@ $spv-navigation-logo-bottom-position: 0.125rem; // 2px when 1rem is 16px
}

.p-navigation__logo-title {
@extend %vf-heading-4;
font-size: #{map-get($font-sizes, h4)}rem;
line-height: map-get($line-heights, x-small);
// font sizing adjusted to match logo
font-size: 1.3rem;
font-weight: 300;
line-height: $navigation-logo-size;
}

.p-navigation__link {
Expand Down

0 comments on commit d30cc81

Please sign in to comment.