STYLE
This commit is contained in:
@ -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%;
|
||||
}
|
||||
|
||||
@ -1 +0,0 @@
|
||||
{% extends 'templates/page-servicios-publicos.twig' %}
|
||||
Reference in New Issue
Block a user