Make breadcrumb padding consistent

This commit is contained in:
Sijmen 2023-04-25 04:03:33 +02:00
parent ab7b114d14
commit 3d14b55fe4
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
ul.breadcrumb li:not(:first-child)::before { ul.breadcrumb li:not(:first-child)::before {
display: inline-block; display: inline-block;
padding-left: .5rem; padding-left: .5rem;
padding-right: .5rem; padding-right: .1rem;
color: #6c757d; color: #6c757d;
content: "/"; content: "/";
} }