Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Co-authored-by: Bartek Szopka <83575+bartaz@users.noreply.github.com>
  • Loading branch information
aaryanporwal and bartaz committed Jan 3, 2024
1 parent a8eb05d commit c60ec0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_patterns_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ $spv-navigation-logo-bottom-position: 0.125rem; // 2px when 1rem is 16px
.p-navigation__link {
@extend %navigation-link;

padding-left: calc($sph--x-large + 0.19rem);
padding-left: calc($sph--x-large + 0.19rem); // additional padding added to align better with logos as originally designed in SVG

&:hover {
background-color: transparent !important;
Expand Down

0 comments on commit c60ec0f

Please sign in to comment.