Remove top and bottom global paddings (#6845)
This commit is contained in:
parent
8d27364c4f
commit
0500207504
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue