diff --git a/resources/views/blocks/article/editor.scss b/resources/views/blocks/article/editor.scss new file mode 100644 index 00000000..b1e1f47f --- /dev/null +++ b/resources/views/blocks/article/editor.scss @@ -0,0 +1,8 @@ +@use "../../../css/global/variables/spacing"; + +.wp-block-badegg-article { + .wp-block-pullquote { + padding: 0; + margin: spacing.$innerLarge auto; + } +}