collapse min-height2

This commit is contained in:
shahboz
2024-08-11 20:57:10 +05:00
parent ceb740c84f
commit 171deaf983

View File

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