smaller and bolder breadcrumb (#8566)

* smaller and bolder breadcrumb

* Use breadcrumb in settings

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
Ben Haynes
2021-10-07 18:16:10 -04:00
committed by GitHub
parent f64a5bef7e
commit 1383392a2f
11 changed files with 19 additions and 14 deletions

View File

@@ -49,7 +49,6 @@ body {
.v-breadcrumb {
display: flex;
align-items: center;
font-size: 12px;
.section {
display: contents;
@@ -90,9 +89,5 @@ body {
}
}
}
@media (min-width: 600px) {
font-size: inherit;
}
}
</style>