Skip to content

Commit

Permalink
fix: correct breadcrumb style
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin committed Nov 21, 2024
1 parent 868c0ab commit 1008e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/rhds/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ main {
font-size: var(--rh-font-size-body-text-sm, 0.875rem);
padding: var(--rh-space-lg, 16px) 0;

&:not(:last-of-type):after {
.breadcrumb:not(:last-of-type):after {
content: url(/experts/images/breadcrumb-spacer.svg);
width: 11px;
height: 11px;
Expand Down

0 comments on commit 1008e8a

Please sign in to comment.