@madj2k/fe-frontend-kit 2.0.3 → 2.0.4

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": "@madj2k/fe-frontend-kit",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Shared frontend utilities, menus and mixins for projects",
5
5
  "main": "index.js",
6
6
  "style": "index.scss",
@@ -242,8 +242,8 @@
242
242
  }
243
243
 
244
244
  @mixin page-padding-row ($padding-x) {
245
- padding-left: $padding-x;
246
- padding-right: $padding-x;
245
+ padding-left: 0;
246
+ padding-right: 0;
247
247
  margin-left: $padding-x * -1;
248
248
  margin-right: $padding-x * -1;
249
249
  }