File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2686,6 +2686,8 @@ section { padding: 60px 0; overflow: hidden; }
26862686
26872687# sponsorship .image-container { height : 330px ; }
26882688
2689+ .slick-slide { padding : 0 25px 0 25px ; }
2690+
26892691@media (max-width : 992px ) { # sponsorship { height : 100% ; }
26902692 # sponsorship img { width : 345px ; }
26912693 # sponsorship .image-container { height : 245px ; } }
Original file line number Diff line number Diff line change 156156 autoplaySpeed : 2000 ,
157157 arrows : false ,
158158 pauseOnHover : false ,
159+ centerMode : true ,
160+ variableWidth : true ,
159161 initialSlide : randomFirstSlide ( ) ,
160162 responsive : [
161163 {
Original file line number Diff line number Diff line change @@ -1318,6 +1318,10 @@ section {
13181318 height : 330px ;
13191319}
13201320
1321+ .slick-slide {
1322+ padding : 0 25px 0 25px ;
1323+ }
1324+
13211325@media (max-width : 992px ) {
13221326 #sponsorship {
13231327 height : 100% ;
You can’t perform that action at this time.
0 commit comments