@meduza/ui-kit-2 0.6.1 → 0.6.7

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,5 +1,5 @@
1
1
  {
2
- "version": "0.6.1",
2
+ "version": "0.6.7",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -5,10 +5,17 @@
5
5
 
6
6
  margin: 50px auto 7px;
7
7
 
8
+ scroll-margin: 40px;
9
+
10
+ @media $landscapeTablet {
11
+ scroll-margin: 70px;
12
+ }
13
+
8
14
  @media $mobile {
9
15
  max-width: 650px;
10
16
  margin-top: 70px;
11
17
  }
18
+
12
19
  }
13
20
 
14
21
  .root:first-child {
@@ -68,6 +68,12 @@
68
68
  font-family: $primaryFont;
69
69
  line-height: calc(28rem / 16);
70
70
 
71
+ scroll-margin: 40px;
72
+
73
+ @media $landscapeTablet {
74
+ scroll-margin: 70px;
75
+ }
76
+
71
77
  @media $mobile {
72
78
  margin: 0 0 45px;
73
79
 
@@ -94,6 +100,12 @@
94
100
  font-family: $secondaryFont;
95
101
  line-height: calc(24rem / 16);
96
102
 
103
+ scroll-margin: 40px;
104
+
105
+ @media $landscapeTablet {
106
+ scroll-margin: 70px;
107
+ }
108
+
97
109
  @media $mobile {
98
110
  margin-top: 45px;
99
111
  margin-bottom: 15px;
@@ -113,6 +125,12 @@
113
125
  font-family: $secondaryFont;
114
126
  line-height: calc(21rem / 16);
115
127
 
128
+ scroll-margin: 40px;
129
+
130
+ @media $landscapeTablet {
131
+ scroll-margin: 70px;
132
+ }
133
+
116
134
  @media $mobile {
117
135
  margin-top: 45px;
118
136
  margin-bottom: 15px;