From cac7a7ced031eb8de741f47ac286c28c8be6aeca Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Tue, 16 Jun 2020 14:00:01 -0700 Subject: [PATCH] fix: Ensure width on right-column spans full column even if the content does not --- src/components/Layout.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.module.scss b/src/components/Layout.module.scss index 1beb42455..1a4a03914 100644 --- a/src/components/Layout.module.scss +++ b/src/components/Layout.module.scss @@ -9,6 +9,7 @@ grid-template-columns: auto minmax(0, 1fr); max-width: 1460px; margin: 0 auto; + width: 100%; } .content {