瀏覽代碼

Skatepark: Add cover padding to theme.json

Sarah Norris 3 年之前
父節點
當前提交
16ba7ea022
共有 2 個文件被更改,包括 10 次插入0 次删除
  1. 5 0
      skatepark/child-theme.json
  2. 5 0
      skatepark/theme.json

+ 5 - 0
skatepark/child-theme.json

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

+ 5 - 0
skatepark/theme.json

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