collapse min-height2

center_consult
shahboz 1 year ago
parent ceb740c84f
commit 171deaf983
  1. 8
      assets/css/app.min.css

@ -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;

Loading…
Cancel
Save