Skip to content

Commit

Permalink
Fix vertical padding of breadcrumbs.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Feb 6, 2025
1 parent 36628b9 commit b8502ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/finna2/scss/global/bootstrap-variable-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ $breadcrumb-bg : #fff !default;
$breadcrumb-color : $gray-light !default;
//** Text color of current page in the breadcrumb
$breadcrumb-active-color : $gray-dark !default;
$breadcrumb-padding-vertical: 10px !default;
$breadcrumb-padding-horizontal: 10px !default;
$breadcrumb-padding-y : 0.5rem !default;
$breadcrumb-padding-x : 0 !default;


//== Wells
Expand Down

0 comments on commit b8502ab

Please sign in to comment.