collapse min-height

center_consult
shahboz 1 year ago
parent 7c86efab26
commit ceb740c84f
  1. 7
      assets/css/app.min.css
  2. 2
      assets/js/app.min.js

@ -5021,6 +5021,7 @@ select {
} }
.collapse{ .collapse{
position: relative; position: relative;
min-height: 520px;
} }
.collapse_right{ .collapse_right{
position: absolute; position: absolute;
@ -5645,6 +5646,9 @@ 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;
} }
@ -5735,6 +5739,9 @@ 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;

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

Loading…
Cancel
Save