🔧 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 9864d7cf36
commit afbebbe816

View File

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