Skip to content

Commit

Permalink
New padding for content
Browse files Browse the repository at this point in the history
  • Loading branch information
jlemay-godaddy committed May 10, 2023
1 parent ac13b9e commit 63e7da3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,12 @@
"name": "7",
"size": "var(--wp--preset--font-size--xxxx-large)",
"slug": "70"
}
},
{
"name": "Default content padding",
"size": "clamp(1.5rem, var(--wp--preset--font-size--xxxx-large), 4vw)",
"slug": "default-content-padding"
}
],
"units": [
"px",
Expand Down Expand Up @@ -741,8 +746,8 @@
"spacing": {
"blockGap": "0.8182rem",
"padding": {
"left": "var:preset|spacing|30",
"right": "var:preset|spacing|30"
"left": "var:preset|spacing|default-content-padding",
"right": "var:preset|spacing|default-content-padding"
}
},
"typography": {
Expand Down Expand Up @@ -826,4 +831,4 @@
],
"version": 2,
"$schema": "https://schemas.wp.org/wp/6.2/theme.json"
}
}

0 comments on commit 63e7da3

Please sign in to comment.