Wrap breadcrumbs
This commit is contained in:
parent
238c073dd9
commit
6e11609cf4
|
@ -64,11 +64,12 @@
|
|||
|
||||
<style>
|
||||
.breadcrumbs {
|
||||
justify-self: center;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0 0 0.7em 0;
|
||||
display: flex;
|
||||
gap: 0.5em;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue