- 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>
16 lines
360 B
CSS
Executable File
16 lines
360 B
CSS
Executable File
.wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper{
|
|
margin:auto;
|
|
}
|
|
|
|
.wp-block-search :where(.wp-block-search__button){
|
|
align-items:center;
|
|
border-radius:initial;
|
|
display:flex;
|
|
height:auto;
|
|
justify-content:center;
|
|
text-align:center;
|
|
}
|
|
|
|
.wp-block-search__inspector-controls .components-base-control{
|
|
margin-bottom:0;
|
|
} |