feat: add optional breadcrumb trail

This commit is contained in:
Henk Verlinde
2021-03-05 21:04:55 +01:00
parent 7eeba784db
commit 9c67aca368
4 changed files with 20 additions and 1 deletions

View File

@ -38,3 +38,8 @@ p.meta {
margin-top: 0.5rem;
font-size: $font-size-base;
}
.breadcrumb {
margin-top: 2.25rem;
font-size: $font-size-base;
}