mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-24 10:21:21 +00:00
even spacing for breadcrumbs
This commit is contained in:
parent
063110718a
commit
5c8e27e7a3
|
@ -3,9 +3,13 @@
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
li {
|
li {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
li:not(:first-child) {
|
li:not(:first-child) {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
|
a {
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
li::marker {
|
li::marker {
|
||||||
content: "> ";
|
content: "> ";
|
||||||
|
|
Loading…
Reference in a new issue