collapse min-height

This commit is contained in:
shahboz
2024-08-11 19:16:51 +05:00
parent 7c86efab26
commit ceb740c84f
2 changed files with 8 additions and 1 deletions

View File

@@ -5021,6 +5021,7 @@ select {
}
.collapse{
position: relative;
min-height: 520px;
}
.collapse_right{
position: absolute;
@@ -5645,6 +5646,9 @@ body:has(.hero){
max-width: 40%;
top: 0;
}
.collapse{
min-height: 480px;
}
.feedback_row .slick-slide{
max-width: 580px;
}
@@ -5735,6 +5739,9 @@ body:has(.hero){
}
}
@media only screen and (max-width: 760px){
.collapse{
min-height: 560px;
}
.team_row{
flex-wrap: wrap;
justify-content: center;

View File

@@ -140,7 +140,7 @@ $('.company_row').slick({
breakpoint: 500,
settings: {
slidesToShow: 1.8,
infinite: false,
// infinite: false,
}
},
]