Sfoglia il codice sorgente

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

Takashi Irie 1 anno fa
parent
commit
2df7de8151
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      arbutus/theme.json

+ 5 - 0
arbutus/theme.json

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