diff --git a/src/Home.module.css b/src/Home.module.css index 51d34c09..91d88c91 100644 --- a/src/Home.module.css +++ b/src/Home.module.css @@ -114,6 +114,9 @@ @media (min-width: 800px) { .left { background-color: var(--bgColor2); + } + + .home:not(.fullWidth) .left { max-width: 50%; }