@meduza/ui-kit-2 0.1.72 → 0.1.74

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.1.72",
2
+ "version": "0.1.74",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -7,7 +7,7 @@
7
7
  display: block;
8
8
  overflow: hidden;
9
9
 
10
- margin: calc(15rem / 16) -15px;
10
+ margin: calc(15rem / 16) -20px;
11
11
  padding: 84px 30px 70px;
12
12
 
13
13
  text-decoration: none;
@@ -17,7 +17,7 @@
17
17
 
18
18
  font-family: $secondaryFont;
19
19
 
20
- @media $landscapeTablet {
20
+ @media $mobile {
21
21
  margin: 25px 0 20px;
22
22
  padding: 26px 30px 40px;
23
23
  border-radius: 8px;
@@ -43,7 +43,7 @@
43
43
  font-weight: 700;
44
44
  line-height: 25px;
45
45
 
46
- @media $landscapeTablet {
46
+ @media $mobile {
47
47
  margin: 0 0 15px;
48
48
 
49
49
  font-size: 28px;
@@ -59,7 +59,7 @@
59
59
  font-size: 14px;
60
60
  line-height: 18px;
61
61
 
62
- @media $landscapeTablet {
62
+ @media $mobile {
63
63
  font-size: 18px;
64
64
  line-height: 26px;
65
65
  }
@@ -73,7 +73,7 @@
73
73
 
74
74
  margin-top: 45px;
75
75
 
76
- @media $landscapeTablet {
76
+ @media $mobile {
77
77
  margin-top: 40px;
78
78
  }
79
79
  }
@@ -142,7 +142,7 @@
142
142
  margin-right: -11px;
143
143
  margin-left: -11px;
144
144
 
145
- @media $landscapeTablet {
145
+ @media $mobile {
146
146
  margin-right: 0;
147
147
  margin-left: 0;
148
148
  }