From afbebbe816d5121d76f52c5ce959ae8ab68b4ca7 Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 7 Mar 2025 14:34:28 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Set=20a=20default=20layout=20con?= =?UTF-8?q?tent=20size=20(#3240)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.json b/theme.json index 787d8ed..54116f0 100644 --- a/theme.json +++ b/theme.json @@ -3,6 +3,9 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "settings": { + "layout": { + "contentSize": "48rem" + }, "background": { "backgroundImage": true },