Fix spacing for checklist and set 800px max-width for appconfigure

This commit is contained in:
Johannes Zellner
2025-09-19 19:08:26 +02:00
parent 5ad217bd18
commit 5246ea3537
2 changed files with 23 additions and 20 deletions

View File

@@ -364,7 +364,7 @@ onBeforeUnmount(() => {
.configure-inner {
width: 100%;
max-width: 1200px;
max-width: 800px;
margin: auto;
padding: 0 15px;
}