add article block editor style overrides

This commit is contained in:
2026-02-05 14:34:54 +00:00
parent 55aa23b785
commit 755b38c8cf

View File

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