@@ -244,6 +244,10 @@ p {
padding: 0;
}
+.mt-0 {
+ margin-top: 0 !important;
+}
+
/**
* Elements
* - Styles for basic HTML elemants
@@ -11,4 +11,9 @@
//Removes padding on Column block when it has a background color
.has-background-no-padding.wp-block-columns.has-background {
+// For when we do not want the vertical block gap. Needed until we have per-block margin controls.