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