mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-15 07:41:21 +00:00
15 lines
226 B
SCSS
15 lines
226 B
SCSS
.breadcrumbs {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
li {
|
|
margin-inline-start: 1rem;
|
|
margin-inline-end: 0.5rem;
|
|
margin-block-end: 1rem;
|
|
a {
|
|
margin-inline-start: 0.5rem;
|
|
}
|
|
&::marker {
|
|
content: "» ";
|
|
}
|
|
}
|
|
} |