Increase max normal content width to 900px

This commit is contained in:
Johannes Zellner
2025-09-30 15:35:27 +02:00
parent f8e15acf89
commit 471dd08016
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ onBeforeUnmount(() => {
.configure-inner {
width: 100%;
max-width: 800px;
max-width: 900px;
margin: auto;
padding: 0 15px;
}