Fix breascrumb divider spacing

This commit is contained in:
Brad Treloar 2025-11-27 22:55:59 +10:30
parent c0d7a5f38f
commit 2f830f8c8d

View file

@ -16,3 +16,15 @@ ul.menu {
list-style: none; list-style: none;
padding: 0; padding: 0;
} }
.breadcrumbs {
display: flex;
a, span {
display: block;
}
span {
margin: 0 .3rem;
}
}