Spearhead: Remove the margins from lists in widgets
@@ -3,3 +3,7 @@
padding-top: 0;
border: none;
}
+
+.widget ul {
+ padding: 0;
+}
@@ -518,4 +518,8 @@ ul.wp-block-categories,
margin-top: calc( var(--global--spacing-vertical) / 2);
@@ -520,4 +520,8 @@ ul.wp-block-categories,
/*# sourceMappingURL=style.css.map */