increase default content max-width to 1800px

This commit is contained in:
jeffvli
2025-11-22 14:37:52 -08:00
parent 59cdc66355
commit a5fa5727d3
+1 -1
View File
@@ -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':