1234
This commit is contained in:
parent
625686a85b
commit
aeac8571ce
|
|
@ -35,14 +35,6 @@
|
|||
|
||||
// Sliding settings
|
||||
$slideshow.on("afterChange", function (event, slick, currentSlide) {
|
||||
// Console log, can be removed
|
||||
console.log(
|
||||
"Current slide: " +
|
||||
currentSlide +
|
||||
". Setting speed to: " +
|
||||
ImagePauses[currentSlide]
|
||||
);
|
||||
|
||||
// Update autoplay speed according to slide index
|
||||
$slideshow.slick(
|
||||
"slickSetOption",
|
||||
|
|
|
|||
|
|
@ -445,10 +445,13 @@
|
|||
.main {
|
||||
&__body {
|
||||
&-row {
|
||||
flex-direction: column;
|
||||
-ms-flex-direction: column;
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
.banner__mobile {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
&-column {
|
||||
width: 100%;
|
||||
margin: 15px 0;
|
||||
|
|
@ -568,9 +571,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.banner__mobile {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
@include xsm-sm {
|
||||
.swiper-slide-content-category {
|
||||
|
|
|
|||
|
|
@ -2419,9 +2419,13 @@ li {
|
|||
}
|
||||
|
||||
.main__body-row {
|
||||
flex-direction: column;
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
.main__body .banner__mobile {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.main__body-column {
|
||||
width: 100%;
|
||||
margin: 15px 0;
|
||||
|
|
@ -2524,10 +2528,6 @@ li {
|
|||
width: 100%;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
.banner__mobile {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
@media (max-width: 540px) {
|
||||
.swiper-slide-content-category {
|
||||
|
|
|
|||
|
|
@ -116,11 +116,11 @@ random = 0
|
|||
</div>
|
||||
<div class="main__sidebar">
|
||||
{% partial 'sidebar__cards' %}
|
||||
<!-- {% component 'right_top' css_class= 'main__sidebar-adv' %} -->
|
||||
{% component 'right_top' css_class= 'main__sidebar-adv' %}
|
||||
{% partial 'tags' %}
|
||||
<!-- {% component 'right_middle' css_class = 'main__sidebar-adv' %} -->
|
||||
{% component 'right_middle' css_class = 'main__sidebar-adv' %}
|
||||
{% partial 'calendar' %}
|
||||
<!-- {% component 'right_bottom' css_class= 'main__sidebar-adv' %} -->
|
||||
{% component 'right_bottom' css_class= 'main__sidebar-adv' %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue