carhop__carhop-theme__DEV/resources/css/editor-content/entry-content.css
Antoine M f4624e870a
All checks were successful
continuous-integration/drone/push Build is passing
STYLE spécification du sélecteur pour les iframes dans .entry-content
2025-10-29 13:36:33 +01:00

15 lines
298 B
CSS

.entry-content {
.wp-block-embed iframe {
background-color: black;
width: 2000px;
height: auto;
aspect-ratio: 16/9;
}
.content-box:has(.wp-block-quote + .wp-block-embed, .wp-block-embed + .wp-block-quote) {
.wp-block-embed {
@apply ml-12;
}
}
}