fix: breadcrumb separator

This commit is contained in:
Lucas Larroche 2023-03-05 09:18:59 +07:00
parent dea5b7b449
commit b02f10e9ac

View File

@ -83,7 +83,7 @@
}
&:not(:last-child) {
::after {
&::after {
position: absolute;
width: calc(var(#{$}nav-link-spacing-horizontal) * 2);
margin-inline-start: calc(var(#{$}nav-link-spacing-horizontal) / 2);