article block: more core block styles

This commit is contained in:
2026-02-05 11:59:32 +00:00
parent 4c38753830
commit c136756962
17 changed files with 85 additions and 27 deletions

View File

@@ -0,0 +1,10 @@
.wp-block-badegg-article {
.is-type-video {
iframe {
display: block;
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
}
}