Browse Source

Merge pull request #4338 from Automattic/add/skatepark-margin-spacing

Skatepark: theme.json: add margin/spacing settings + content layout
Maggie 4 years ago
parent
commit
d542972f2e
2 changed files with 17 additions and 5 deletions
  1. 12 0
      skatepark/child-theme.json
  2. 5 5
      skatepark/theme.json

+ 12 - 0
skatepark/child-theme.json

@@ -38,10 +38,22 @@
 					"fontWeight": "700"
 				}
 			},
+			"layout": {
+				"contentSize": "684px"
+			},
 			"line-height": {
 				"body": 1.6
+			},
+			"margin": {
+				"baseline": "15px",
+				"horizontal": "30px",
+				"vertical": "45px"
 			}
 		},
+		"layout": {
+			"contentSize": "684px",
+			"wideSize": "1194px"
+		},
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,

+ 5 - 5
skatepark/theme.json

@@ -184,7 +184,7 @@
 				}
 			},
 			"layout": {
-				"contentSize": "620px"
+				"contentSize": "684px"
 			},
 			"list": {
 				"spacing": {
@@ -194,9 +194,9 @@
 				}
 			},
 			"margin": {
-				"baseline": "10px",
+				"baseline": "15px",
 				"horizontal": "30px",
-				"vertical": "30px"
+				"vertical": "45px"
 			},
 			"paragraph": {
 				"dropcap": {
@@ -280,8 +280,8 @@
 			}
 		},
 		"layout": {
-			"contentSize": "620px",
-			"wideSize": "1000px"
+			"contentSize": "684px",
+			"wideSize": "1194px"
 		},
 		"spacing": {
 			"customPadding": true,