From c037755ec366d764ef1b07ce0848a7e78da17b3e Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti <git@leafac.com> Date: Wed, 12 Jun 2024 12:12:38 +0100 Subject: [PATCH] --- source/index.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.mts b/source/index.mts index c18a88e..3102ca3 100644 --- a/source/index.mts +++ b/source/index.mts @@ -434,7 +434,7 @@ application.layout = (body) => { > <div css="${css` - max-width: var(--space--prose); + max-width: var(--space--144); margin: var(--space--0) auto; display: flex; flex-direction: column;