@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widelab-nc/widelab",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "Widelab starter template based on Finsweet template + add-ons.",
5
5
  "homepage": "https://widelab.co",
6
6
  "license": "ISC",
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: '31.5%',
839
+ fixedWidth: '23.5%',
840
840
  padding: { left: '2.5rem', right: 0 },
841
841
  focus: 0,
842
842
  gap: 0,