fix: remove wide note max width

This commit is contained in:
lucaronin
2026-04-29 22:12:43 +02:00
parent cca72a9d6a
commit b2a50d9870
2 changed files with 18 additions and 1 deletions

View File

@@ -205,7 +205,7 @@
}
.editor-content-width--wide .editor-content-wrapper {
max-width: min(100%, 1280px);
max-width: none;
padding-left: clamp(24px, 4vw, 72px);
padding-right: clamp(24px, 4vw, 72px);
}