bugfixes bg color
This commit is contained in:
parent
e81aca3ff8
commit
6f23326c04
1 changed files with 0 additions and 3 deletions
|
|
@ -148,17 +148,14 @@ section {
|
||||||
left: 232px;
|
left: 232px;
|
||||||
width: calc(100vw - 232px);
|
width: calc(100vw - 232px);
|
||||||
min-height: calc(100vh - 207px);
|
min-height: calc(100vh - 207px);
|
||||||
background-color: var(--bgContent);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 910px) {
|
@media screen and (max-width: 910px) {
|
||||||
.left-frame {
|
.left-frame {
|
||||||
position: fixed;
|
|
||||||
top: 96px;
|
top: 96px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background-color: var(--bgContent);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue