Skatepark: Add cover padding to theme.json

This commit is contained in:
Sarah Norris 2021-08-24 17:38:26 +01:00 committed by Maggie
parent cac0aa8077
commit 16ba7ea022
2 changed files with 10 additions and 0 deletions

View file

@ -270,6 +270,11 @@
"textTransform": "uppercase"
}
},
"core/cover": {
"spacing": {
"padding": "clamp(2em, 15%, 8em)"
}
},
"core/post-date": {
"typography": {
"fontWeight": "500"

View file

@ -537,6 +537,11 @@
"fontStyle": "normal"
}
},
"core/cover": {
"spacing": {
"padding": "clamp(2em, 15%, 8em)"
}
},
"core/post-terms": {
"typography": {
"fontWeight": "500"