bugfixes bg color

This commit is contained in:
Chneemann 2024-04-01 08:48:54 +02:00
parent e81aca3ff8
commit 6f23326c04

View file

@ -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);
} }
} }