Skip to content
Snippets Groups Projects
Commit 147225b3 authored by rhenck's avatar rhenck
Browse files

Adjust default width for Pages

#453
parent c6b17043
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ import { AnswerScheme, UIElement } from 'common/models/elements/element';
export class Page {
[index: string]: unknown;
sections: Section[] = [];
hasMaxWidth: boolean = false;
maxWidth: number = 900;
hasMaxWidth: boolean = true;
maxWidth: number = 750;
margin: number = 30;
backgroundColor: string = '#ffffff';
alwaysVisible: boolean = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment