Wrap all-components in a max-width

This commit is contained in:
Kuba Orlik 2024-05-06 10:12:31 +02:00
parent 35cfc0d6b6
commit 0c6a9753af

View File

@ -31,7 +31,7 @@ export default new (class AllComponentsPage extends Page {
return html( return html(
ctx, ctx,
"AllComponents", "AllComponents",
<div> <div style="max-width: 1024px; margin: 0 auto">
{render(registry, documentContainerFromParsed(document), jdd_context)} {render(registry, documentContainerFromParsed(document), jdd_context)}
</div>, </div>,
{}, {},