This commit is contained in:
2025-10-08 10:38:16 +00:00
parent df3086e62d
commit 177f9b0abc
2 changed files with 4 additions and 4 deletions

View File

@ -161,7 +161,7 @@ button[type="reset"] {
.page-portada .recent-posts .card-img-overlay {
top: auto !important; /* Anula el top: 0 por defecto de Bootstrap */
bottom: 0;
height: 25%;
height: 30%;
background: rgba(128, 128, 128, 0.8);
display: flex;
align-items: center;
@ -258,13 +258,14 @@ button[type="reset"] {
/* PORTADA -> SECTION VIDEO */
.video-iframe {
border-radius: 0.5rem; /* o usa la clase .rounded directamente */
border-radius: 0.5rem;
overflow: hidden;
}
/* PORTADA -> SECTION CAMPAÑA */
.card-img-fixed {
max-height: 300px; /* o el valor que necesites */
min-height: 300px;
max-height: 300px;
object-fit: cover;
width: 100%;
}

View File

@ -1 +0,0 @@
{% extends 'templates/page-servicios-publicos.twig' %}