carhop__carhop-theme__DEV/resources/css/editor-content/entry-content.css
Antoine M 49d9532f66
All checks were successful
continuous-integration/drone/push Build is passing
STYLE ajout de styles pour le contenu de l'éditeur
2025-10-29 12:04:08 +01:00

15 lines
282 B
CSS

.entry-content {
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;
}
}
}