From a5fa5727d35168b4a1bf38bb2c8171ad5241ef68 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sat, 22 Nov 2025 14:37:52 -0800 Subject: [PATCH] increase default content max-width to 1800px --- src/shared/themes/default.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/themes/default.ts b/src/shared/themes/default.ts index b8cd8045b..d47083977 100644 --- a/src/shared/themes/default.ts +++ b/src/shared/themes/default.ts @@ -2,7 +2,7 @@ import { AppThemeConfiguration } from './app-theme-types'; export const defaultTheme: AppThemeConfiguration = { app: { - 'content-max-width': '1600px', + 'content-max-width': '1800px', 'overlay-header': 'linear-gradient(transparent 0%, rgb(0 0 0 / 85%) 100%), var(--theme-background-noise)', 'overlay-subheader':