浏览代码

Arbutus: Remove bottom margin inherited from heading element (#7328)

Takashi Irie 1 年之前
父节点
当前提交
2df7de8151
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      arbutus/theme.json

+ 5 - 0
arbutus/theme.json

@@ -55,6 +55,11 @@
 				}
 			},
 			"core/site-title": {
+				"spacing": {
+					"margin": {
+						"bottom": "0"
+					}
+				},
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--medium)"
 				}