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