mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-13 23:21:21 +00:00
17 lines
242 B
SCSS
17 lines
242 B
SCSS
.breadcrumbs {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
li:not(:first-child) {
|
|
margin-left: 1rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
li::marker {
|
|
content: "> ";
|
|
}
|
|
li:first-child::marker {
|
|
content: "";
|
|
}
|
|
li:first-child {
|
|
margin-left: 0;
|
|
}
|
|
} |