feat: initial ACRIB WordPress deployment
- 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
This commit is contained in:
28
wp-includes/blocks/site-logo/style.css
Normal file
28
wp-includes/blocks/site-logo/style.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user