* Remove auto-applied padding on headings when color is applied. * Adjust default column blockGap
@@ -26,6 +26,11 @@ blockquote {
text-wrap: balance;
}
+/* Remove auto-applied padding on headings when color is applied. */
+h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
+ padding: 0;
+}
+
p {
text-wrap: pretty;
@@ -834,8 +834,8 @@
"core/columns": {
"spacing": {
"blockGap": {
- "left": "var(--wp--preset--spacing--50)",
- "top": "var(--wp--preset--spacing--50)"
+ "left": "var(--wp--preset--spacing--40)",
+ "top": "var(--wp--preset--spacing--30)"
},