fix
This commit is contained in:
parent
a3e554fec6
commit
9578082f11
1 changed files with 2 additions and 2 deletions
|
@ -242,13 +242,13 @@ nav {
|
|||
margin-right: .5em;
|
||||
|
||||
align-items: stretch;
|
||||
justify-content: center;
|
||||
justify-content: flex-start;
|
||||
flex: 0 0 auto;
|
||||
z-index: -1;
|
||||
|
||||
.mask {
|
||||
mask-repeat: no-repeat;
|
||||
mask-position: center;
|
||||
mask-position: left center;
|
||||
mask-size: contain;
|
||||
background-color: $fallback--fg;
|
||||
background-color: var(--fg, $fallback--fg);
|
||||
|
|
Loading…
Reference in a new issue