- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
322 B
CSS
Executable File
19 lines
322 B
CSS
Executable File
.wp-block-video{
|
|
box-sizing:border-box;
|
|
}
|
|
.wp-block-video video{
|
|
vertical-align:middle;
|
|
width:100%;
|
|
}
|
|
@supports (position:sticky){
|
|
.wp-block-video [poster]{
|
|
object-fit:cover;
|
|
}
|
|
}
|
|
.wp-block-video.aligncenter{
|
|
text-align:center;
|
|
}
|
|
.wp-block-video :where(figcaption){
|
|
margin-bottom:1em;
|
|
margin-top:.5em;
|
|
} |