Commit e9025d7a5d40c0c3e7360f0ed46dfeb0c0c98463
1 parent
6815e6f3
modal success styles and script
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/front.js
@@ -84,7 +84,7 @@ function sliders() { | @@ -84,7 +84,7 @@ function sliders() { | ||
84 | $(".customers").owlCarousel({ | 84 | $(".customers").owlCarousel({ |
85 | items: 6, | 85 | items: 6, |
86 | itemsDesktopSmall: [990, 5], | 86 | itemsDesktopSmall: [990, 5], |
87 | - itemsTablet: [595, 4], | 87 | + itemsTablet: [600, 4], |
88 | itemsMobile: [470, 2] | 88 | itemsMobile: [470, 2] |
89 | }); | 89 | }); |
90 | 90 |