Fix interactive tutorial breadcrumb spacing

This commit is contained in:
mDuo13
2021-07-21 16:31:30 -07:00
parent cd34d10bda
commit b118a6b9ca
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6,6 +6,10 @@
padding: 0 2rem 2rem 2rem;
}
.interactive-block .breadcrumbs-wrap {
padding: 0;
}
.breadcrumb-item + .breadcrumb-item:before {
content: "\f105"; /* fontawesome angle-right */
font-family: FontAwesome;