Fix breadcrumbs under headers again

This commit is contained in:
mDuo13
2021-07-01 20:28:48 -07:00
parent 0b5433f4c7
commit d6ce47e14e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
/* Breadcrumbs -------------------------------------------------------------- */
.breadcrumbs-wrap {
position: relative;
z-index: 11;
}
.breadcrumb-item + .breadcrumb-item:before {
content: "\f105"; /* fontawesome angle-right */
font-family: FontAwesome;