Wrap breadcrumbs

This commit is contained in:
Leilukin 2024-04-19 20:32:37 +08:00 committed by Helen Chong
parent 55ed9074c7
commit 5f8a3b20b4

View File

@ -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>