Skip to content

Commit adbb374

Browse files
authored
fix(breadcrumb): different font-sizes (#942)
1 parent 2d28a79 commit adbb374

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/_patterns/02-components/breadcrumb/breadcrumb.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
ol {
1313
display: flex;
1414

15-
& > * {
15+
& > li {
1616
align-items: center;
1717
display: inline-flex;
1818
margin-right: to-rem($pxValue: 3);
1919

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

2625
.elm-link {

0 commit comments

Comments
 (0)