Skip to content

Commit

Permalink
replace breadcrumb chevrons with slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim-Dillon authored and bartaz committed Jun 30, 2023
1 parent 5946c41 commit 0aeea01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_patterns_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

&:not(:first-of-type)::before {
content: '\203A';
content: '\2215';
margin-left: -0.75rem;
margin-right: 0.5rem;
}
Expand Down

0 comments on commit 0aeea01

Please sign in to comment.