Full-width background

This commit is contained in:
3wc 2021-08-01 01:31:58 +02:00
parent 3c231f30a0
commit 1f883344b3

View File

@ -1,5 +1,9 @@
/* screen - desktop */
body {
background-color: var(--brand2) !important;
}
.desktop {
align-items: flex-start;
background-color: var(--white);