claritas-web-framework 6.4.1 → 6.4.2

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": "claritas-web-framework",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "updated": "23/05/2023",
5
5
  "description": "The CSS framework built for Claritas front end.",
6
6
  "main": "index.js",
@@ -12,7 +12,8 @@
12
12
 
13
13
  display: flex;
14
14
  flex-wrap: wrap;
15
- margin-top: calc(-1 * var(--gutter-y)); // stylelint-disable-line function-disallowed-list
15
+ // margin-top: calc(-1 * var(--gutter-y)); // stylelint-disable-line function-disallowed-list
16
+ margin-top: var(--gutter-y);
16
17
  margin-right: calc(-0.5 * var(--gutter-x)); // stylelint-disable-line function-disallowed-list
17
18
  margin-left: calc(-0.5 * var(--gutter-x)); // stylelint-disable-line function-disallowed-list
18
19
  }