@meduza/ui-kit-2 0.8.3 → 0.8.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/dist/ui-kit.css CHANGED
@@ -2699,12 +2699,16 @@
2699
2699
  /* Zindex */
2700
2700
  .CardTitle-module_root__Pvx-- {
2701
2701
  margin-bottom: 11px;
2702
+
2703
+ scroll-margin: 40px;
2702
2704
  }
2703
2705
  @media only screen and (min-width: 64em) {
2704
2706
  .CardTitle-module_root__Pvx-- {
2705
2707
  margin-bottom: 10px;
2706
2708
 
2707
2709
  text-align: center;
2710
+
2711
+ scroll-margin: 70px;
2708
2712
  }
2709
2713
  }
2710
2714
  .CardTitle-module_index__Keled {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.3",
2
+ "version": "0.8.4",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -3,10 +3,14 @@
3
3
  .root {
4
4
  margin-bottom: 11px;
5
5
 
6
+ scroll-margin: 40px;
7
+
6
8
  @media $landscapeTablet {
7
9
  margin-bottom: 10px;
8
10
 
9
11
  text-align: center;
12
+
13
+ scroll-margin: 70px;
10
14
  }
11
15
  }
12
16