@meduza/ui-kit-2 0.1.23 → 0.1.24

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.23",
2
+ "version": "0.1.24",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -19,6 +19,7 @@
19
19
  .root::before,
20
20
  .root::after {
21
21
  position: absolute;
22
+ z-index: 10;
22
23
  left: 50%;
23
24
 
24
25
  width: 100%;
@@ -131,6 +132,7 @@
131
132
  @media $mobile {
132
133
  position: static;
133
134
 
135
+ width: 100%;
134
136
  margin-right: auto;
135
137
  margin-left: auto;
136
138
  padding: 0;