Merge pull request #38641 from sokumon/center-breadcrumb
This commit is contained in:
commit
47da523d6c
1 changed files with 2 additions and 1 deletions
|
|
@ -7,13 +7,14 @@
|
|||
.navbar-breadcrumbs {
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
line-height: 1;
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: var(--ink-gray-5);
|
||||
font-weight: var(--weight-medium);
|
||||
font-size: var(--text-lg);
|
||||
letter-spacing: get_letterspacing("sm", "regular");
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&:hover {
|
||||
color: var(--ink-gray-7);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue