Skatepark: Add cover padding to theme.json
This commit is contained in:
parent
cac0aa8077
commit
16ba7ea022
2 changed files with 10 additions and 0 deletions
|
@ -270,6 +270,11 @@
|
|||
"textTransform": "uppercase"
|
||||
}
|
||||
},
|
||||
"core/cover": {
|
||||
"spacing": {
|
||||
"padding": "clamp(2em, 15%, 8em)"
|
||||
}
|
||||
},
|
||||
"core/post-date": {
|
||||
"typography": {
|
||||
"fontWeight": "500"
|
||||
|
|
|
@ -537,6 +537,11 @@
|
|||
"fontStyle": "normal"
|
||||
}
|
||||
},
|
||||
"core/cover": {
|
||||
"spacing": {
|
||||
"padding": "clamp(2em, 15%, 8em)"
|
||||
}
|
||||
},
|
||||
"core/post-terms": {
|
||||
"typography": {
|
||||
"fontWeight": "500"
|
||||
|
|
Loading…
Reference in a new issue