Skip to content

Commit

Permalink
Merge pull request #11 from Fer-Bar/fix/img-responsive
Browse files Browse the repository at this point in the history
hice responsivo el carrusel
  • Loading branch information
Fer-Bar authored Apr 13, 2024
2 parents 4ff6693 + 1329669 commit 0775674
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pet/static/pet/css/main_carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
}

.carousel-item {
height: 32rem;
height: auto;
max-height: 90vh;


}
.carousel-item::before {
content: "";
Expand All @@ -23,6 +26,7 @@
}
.carousel-item img {
filter: blur(2px);
width: 100%;
}
@media (min-width: 40em) {
.carousel-caption p {
Expand Down

0 comments on commit 0775674

Please sign in to comment.