Skip to content

Commit

Permalink
fixed breadcrumb font (#1038)
Browse files Browse the repository at this point in the history
* fixed breadcrumb font

* fixed slugs font

---------

Co-authored-by: Taron Chatoyan <chatoyan48@gmailc.com>
  • Loading branch information
t-chatoyan and Taron Chatoyan authored Mar 13, 2024
1 parent 900528b commit e652024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/layout/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
white-space: pre-wrap;
width: 100%;
font-size: $font-size-sm;
font-family: var(--bs-font-monospace);
font-weight: 600;
font-family: $font-family-sans-serif;
font-weight: 400;
margin: 0 auto;
@include media-breakpoint-down(lg) {
a {
Expand All @@ -63,7 +63,7 @@
span {
&:before {
content: '>';
content: '/';
margin-right: 0.25rem;
margin-left: 0.25rem;
color: #CDD5EF !important;
Expand Down

0 comments on commit e652024

Please sign in to comment.