Verbeteren breadcrumb

This commit is contained in:
Michael Boelen 2023-05-15 15:57:51 +02:00
parent 7be5c15937
commit e23f8d845d
3 changed files with 6 additions and 3 deletions

View file

@ -11,6 +11,6 @@
}
.breadcrumb li + li:before {
content: ">";
padding: 0.3rem;
content: "»";
padding: 0.1rem;
}