|
@@ -56,20 +56,3 @@ a {
|
|
|
text-decoration-thickness: .0625em !important;
|
|
|
text-underline-offset: .15em;
|
|
|
}
|
|
|
-
|
|
|
-/**
|
|
|
- * Remove blockGap between header/sections/footer for Pattern Assembler.
|
|
|
- * See https://github.com/Automattic/wp-calypso/issues/78097 for reference.
|
|
|
- */
|
|
|
-
|
|
|
-/* Remove the gap from the editor. */
|
|
|
-.editor-styles-wrapper :where(.wp-site-blocks) > * {
|
|
|
- margin-block-start: 0;
|
|
|
- margin-block-end: 0;
|
|
|
-}
|
|
|
-
|
|
|
-/* Remove the gap from the front-end. */
|
|
|
-:where(.wp-site-blocks) > * {
|
|
|
- margin-block-start: 0;
|
|
|
- margin-block-end: 0;
|
|
|
-}
|