mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -04:00
fix: breadcrumb
This commit is contained in:
parent
6337166676
commit
bd5cbeee6c
10 changed files with 19 additions and 13 deletions
|
@ -89,6 +89,7 @@
|
|||
|
||||
&:not(:last-child) {
|
||||
&::after {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
width: calc(var(#{$✨}nav-link-spacing-horizontal) * 4);
|
||||
margin: 0 calc(var(#{$✨}nav-link-spacing-horizontal) * -1);
|
||||
|
@ -96,7 +97,6 @@
|
|||
color: var(#{$✨}muted-color);
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue