Skip to content

Commit

Permalink
fix(breadcrumb): different font-sizes (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Aug 27, 2024
1 parent 2d28a79 commit adbb374
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/_patterns/02-components/breadcrumb/breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
ol {
display: flex;

& > * {
& > li {
align-items: center;
display: inline-flex;
margin-right: to-rem($pxValue: 3);

[aria-current="location"],
[aria-current="page"] {
color: $db-color-cool-gray-700;
font-size: to-rem($pxValue: 14);
}

.elm-link {
Expand Down

0 comments on commit adbb374

Please sign in to comment.