add style img portada
This commit is contained in:
@@ -354,9 +354,9 @@ button[type="reset"] {
|
||||
}
|
||||
|
||||
/* PORTADA -> SECTION CAMPAÑA */
|
||||
.section-campana-conflictos .card-img-fixed {
|
||||
min-height: 300px;
|
||||
max-height: 300px;
|
||||
.page-portada .section-campana-conflictos .card-img-fixed {
|
||||
min-height: 350px;
|
||||
max-height: 350px;
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -386,13 +386,17 @@ button[type="reset"] {
|
||||
|
||||
/* efecto img */
|
||||
.page-portada .img-noticias,
|
||||
.posts-noticias .img-noticias {
|
||||
.page-portada .img-noticias-small,
|
||||
.posts-noticias .img-noticias,
|
||||
.page-portada .section-campana-conflictos .card-img-fixed {
|
||||
transition: filter 0.3s ease;
|
||||
}
|
||||
|
||||
/* efecto img */
|
||||
.page-portada .img-noticias:hover,
|
||||
.posts-noticias .img-noticias:hover {
|
||||
.page-portada .img-noticias-small:hover,
|
||||
.posts-noticias .img-noticias:hover,
|
||||
.page-portada .section-campana-conflictos .card-img-fixed:hover {
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user