Skip to content

Commit

Permalink
Merge pull request #499 from WWWPiramalFinanceCOM/feature/optimization
Browse files Browse the repository at this point in the history
Feature/optimization
  • Loading branch information
VaibhavSasulkar committed Sep 26, 2024
2 parents 0d1ee85 + 9c0a5ad commit 3103bd5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion styles/embed-carousel-wrapper/embed-carousel-wrapper.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,14 @@ dialog[open] .modal-content .section.embed-carousel-youtube-video .embed-wrapper
.section.embed-carousel-wrapper .carousel-wrapper .carousel .carousel-navigation-buttons .slide-next {
right: 2%;
}
}
}

@media screen and (min-width:1025px) and (max-width: 1300px) {
.section.embed-carousel-wrapper .carousel-wrapper .carousel .panel-container .glider-track .teaser .background .front-picture img {
min-height: 190px;
}

.section.embed-carousel-wrapper .carousel-wrapper .carousel .panel-container .glider-track .teaser {
min-height: 190px;
}
}

0 comments on commit 3103bd5

Please sign in to comment.