Browse Source

#6086: Heiwa: Fix list indents (#6651)

Bob Matyas 2 years ago
parent
commit
313fcc473d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      heiwa/theme.json

+ 7 - 0
heiwa/theme.json

@@ -124,6 +124,13 @@
 	},
 	"styles": {
 		"blocks": {
+			"core/list": {
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--custom--gap--horizontal)"
+					}
+				}
+			},
 			"core/post-title": {
 				"typography": {
 					"lineHeight": "1.39"