Skip to content

Commit

Permalink
scss - make default nav-link paddings have the same unit as base-font…
Browse files Browse the repository at this point in the history
…-size
  • Loading branch information
cscheid committed Oct 8, 2024
1 parent 39ac228 commit 95a1626
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1164,8 +1164,8 @@ $zindex-levels: (
// Navs

// scss-docs-start nav-variables
$nav-link-padding-y: .5rem !default;
$nav-link-padding-x: 1rem !default;
$nav-link-padding-y: ($font-size-base * 0.5) !default;
$nav-link-padding-x: $font-size-base !default;
$nav-link-font-size: null !default;
$nav-link-font-weight: null !default;
$nav-link-color: $link-color !default;
Expand Down

0 comments on commit 95a1626

Please sign in to comment.