summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/wp-includes/theme.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wp-includes/theme.json b/src/wp-includes/theme.json
index 32873854e4..641c379557 100644
--- a/src/wp-includes/theme.json
+++ b/src/wp-includes/theme.json
@@ -373,7 +373,12 @@
"background": "#32373c"
},
"spacing": {
- "padding": "calc(0.667em + 2px) calc(1.333em + 2px)"
+ "padding": {
+ "top": "calc(0.667em + 2px)",
+ "right": "calc(1.333em + 2px)",
+ "bottom": "calc(0.667em + 2px)",
+ "left": "calc(1.333em + 2px)"
+ }
},
"typography": {
"fontSize": "inherit",