Skip to content

Commit 8e04cf5

Browse files
Merge pull request #13 from python-chile/fix_galeria
Fix galeria adaptable
2 parents 2d59bae + 3cfeb60 commit 8e04cf5

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)