@widelab-nc/widelab 1.1.39 → 1.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -836,7 +836,7 @@ window.partnerSlider = function (e) {
|
|
|
836
836
|
// Initialize Splide with drag restored
|
|
837
837
|
const splide = new Splide(e, {
|
|
838
838
|
type: 'slide',
|
|
839
|
-
fixedWidth: '
|
|
839
|
+
fixedWidth: '23.5%',
|
|
840
840
|
padding: { left: '2.5rem', right: 0 },
|
|
841
841
|
focus: 0,
|
|
842
842
|
gap: 0,
|