Skatepark: Change padding clamp to min
This commit is contained in:
parent
16ba7ea022
commit
8985c7f4f2
2 changed files with 2 additions and 2 deletions
|
@ -272,7 +272,7 @@
|
||||||
},
|
},
|
||||||
"core/cover": {
|
"core/cover": {
|
||||||
"spacing": {
|
"spacing": {
|
||||||
"padding": "clamp(2em, 15%, 8em)"
|
"padding": "min(160px, 11.5%)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"core/post-date": {
|
"core/post-date": {
|
||||||
|
|
|
@ -539,7 +539,7 @@
|
||||||
},
|
},
|
||||||
"core/cover": {
|
"core/cover": {
|
||||||
"spacing": {
|
"spacing": {
|
||||||
"padding": "clamp(2em, 15%, 8em)"
|
"padding": "min(160px, 11.5%)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"core/post-terms": {
|
"core/post-terms": {
|
||||||
|
|
Loading…
Reference in a new issue