Skip to content

Commit 7ce365b

Browse files
committed
Update _breadcrumbs.scss
1 parent 4f8efe4 commit 7ce365b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_sass/components/_breadcrumbs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
font-size: 14px;
55
color: color(gray-700);
66
white-space: nowrap;
7-
text-transform: capitalize;
87

98
@include breakpoint(medium up) {
109
padding-left: 0;
@@ -41,6 +40,7 @@
4140

4241
&__link {
4342
color: color(gray-800);
43+
text-transform: capitalize;
4444

4545
&:hover {
4646
color: color(primary);

0 commit comments

Comments
 (0)