Remove top and bottom global paddings (#6845)

This commit is contained in:
Miguel San Segundo 2023-02-01 09:31:07 +07:00 committed by GitHub
parent 8d27364c4f
commit 0500207504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,10 +276,8 @@
"spacing": {
"blockGap": "1.5rem",
"padding": {
"bottom": "var(--wp--preset--spacing--40)",
"left": "var(--wp--preset--spacing--40)",
"right": "var(--wp--preset--spacing--40)",
"top": "var(--wp--preset--spacing--40)"
}
},
"typography": {
@ -307,4 +305,4 @@
],
"version": 2,
"$schema": "https://schemas.wp.org/wp/6.1/theme.json"
}
}