Alexey Boroda
/
demo-core
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e9025d7a5d40c0c3e7360f0ed46dfeb0c0c98463
Authored by
Eugeny Galkovskiy
2018-01-03 17:18:41 +0200
1 parent
6815e6f3
modal success styles and script
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/front.js
Inline
Side-by-side
js/front.js
Wrap text
Show/Hide comments
View file @
e9025d7
...
...
@@ -84,7 +84,7 @@ function sliders() {
84
84
$(".customers").owlCarousel({
85
85
items: 6,
86
86
itemsDesktopSmall: [990, 5],
87
- itemsTablet: [
595
, 4],
87
+ itemsTablet: [
600
, 4],
88
88
itemsMobile: [470, 2]
89
89
});
90
90
...
...