🔧 Set a default layout content size (#3240)

This commit is contained in:
Brandon
2025-03-07 14:34:28 -06:00
committed by GitHub
parent 1bdf4b1aa0
commit 2eec978ea9

View File

@@ -3,6 +3,9 @@
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"settings": {
"layout": {
"contentSize": "48rem"
},
"background": {
"backgroundImage": true
},