Full-width background

This commit is contained in:
3wc 2021-08-01 01:31:58 +02:00
parent 3c231f30a0
commit 1f883344b3
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
/* screen - desktop */
body {
background-color: var(--brand2) !important;
}
.desktop {
align-items: flex-start;
background-color: var(--white);
@ -1928,4 +1932,4 @@ to{opacity: 1;
.screen.tablet {
display: none;
}
}
}