@@ -0,0 +1,7 @@
+/*
+noticed that full width blocks still have a default block start margin
+https://github.com/WordPress/gutenberg/issues/37811
+*/
+:where(.wp-site-blocks) > * {
+ margin-block-start: 0 !important;
+}