Browse Source

Skatepark: Add cover padding to theme.json

Sarah Norris 3 years ago
parent
commit
16ba7ea022
2 changed files with 10 additions and 0 deletions
  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"
 					"textTransform": "uppercase"
 				}
 				}
 			},
 			},
+			"core/cover": {
+				"spacing": {
+					"padding": "clamp(2em, 15%, 8em)"
+				}
+			},
 			"core/post-date": {
 			"core/post-date": {
 				"typography": {
 				"typography": {
 					"fontWeight": "500"
 					"fontWeight": "500"

+ 5 - 0
skatepark/theme.json

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