From d007dfda0c4b660e01881cf7b102ac27d00d7d8c Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 13 Dec 2021 11:24:35 -0800 Subject: [PATCH] Fix left column max width --- src/Home.module.css | 3 +++ 1 file changed, 3 insertions(+) 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%; }