add article block editor style overrides

This commit is contained in:
2026-02-05 14:34:54 +00:00
parent af1d506faf
commit d4db61e6c9

View File

@@ -0,0 +1,8 @@
@use "../../../css/global/variables/spacing";
.wp-block-badegg-article {
.wp-block-pullquote {
padding: 0;
margin: spacing.$innerLarge auto;
}
}