Browse Source

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

Takashi Irie 1 year ago
parent
commit
2df7de8151
1 changed files with 5 additions and 0 deletions
  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)"
 				}