Skip to content

Commit

Permalink
style(tab): adjust tab underline variable value (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips authored and kajabi-bot committed Sep 3, 2024
1 parent f50b422 commit 13eb084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
$item-underline: "after";

&::#{$item-underline} {
$spacing-off: 50%;
$spacing-off: calc(50% + #{sage-letter-spacing(lg)});

content: "";
position: absolute;
Expand Down

0 comments on commit 13eb084

Please sign in to comment.