From b42876e34e9a154b666d30381f83ae770eaee593 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 10 Sep 2022 20:16:36 -0700 Subject: [PATCH] Update max width of custom content. Closes #2092 --- .../ui/CustomPageContent/CustomPageContent.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/ui/CustomPageContent/CustomPageContent.module.scss b/web/components/ui/CustomPageContent/CustomPageContent.module.scss index 7984b5d36..b4ec28bb5 100644 --- a/web/components/ui/CustomPageContent/CustomPageContent.module.scss +++ b/web/components/ui/CustomPageContent/CustomPageContent.module.scss @@ -13,7 +13,7 @@ background-color: var(--theme-color-palette-4); padding: calc(2 * var(--content-padding)); border-radius: var(--theme-rounded-corners); - width: clamp(300px, 80%, 1000px); + width: clamp(300px, 80%, 50em); // Allow the content to fill the width on narrow screens. @media only screen and (max-width: 768px) {