- WordPress 6.9.4 (es_ES) with Kadence theme - Homepage: Hero, La Asociación, Pilares, Beneficios, Eventos, Miembros, Hazte Miembro, Contacto - Brand identity: #13294b navy, #a12932 burgundy, #c69c48 gold - Fonts: Raleway (headings) + Source Sans 3 (body) + Lato (UI) - Plugins: Kadence Blocks, Polylang, Contact Form 7 - Custom CSS with full brand styling and responsive layout - HTTPS enforced via wp-config.php proxy detection
28 lines
513 B
CSS
28 lines
513 B
CSS
.wp-block-site-logo{
|
|
box-sizing:border-box;
|
|
line-height:0;
|
|
}
|
|
.wp-block-site-logo a{
|
|
display:inline-block;
|
|
line-height:0;
|
|
}
|
|
.wp-block-site-logo.is-default-size img{
|
|
height:auto;
|
|
width:120px;
|
|
}
|
|
.wp-block-site-logo img{
|
|
height:auto;
|
|
max-width:100%;
|
|
}
|
|
.wp-block-site-logo a,.wp-block-site-logo img{
|
|
border-radius:inherit;
|
|
}
|
|
.wp-block-site-logo.aligncenter{
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
text-align:center;
|
|
}
|
|
|
|
:root :where(.wp-block-site-logo.is-style-rounded){
|
|
border-radius:9999px;
|
|
} |