Skip to content

Commit 3cfeb60

Browse files
committed
Fix galeria adaptable
1 parent 11fd30b commit 3cfeb60

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

assets/css/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,9 @@
198198
}
199199

200200
/* Estilo para el carrusel */
201-
.carousel-item img {
202-
height: 700px;
201+
#galeria .carousel-item img {
202+
height: auto;
203+
max-height: 75vh;
203204
object-fit: cover;
204205
}
205206

0 commit comments

Comments
 (0)