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