refactor: allow larger settings panels

This commit is contained in:
Carlos Valente
2026-07-13 14:50:56 +02:00
committed by Carlos Valente
parent 82d5f02ea0
commit 4f4626a163
@@ -38,7 +38,7 @@ $inner-padding: 1rem;
.section {
position: relative;
margin-top: 2rem;
max-width: 850px;
max-width: 1024px;
}
.indent {