luna-one 3.1.558 → 3.1.559

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.
@@ -17,6 +17,10 @@
17
17
  visibility: visible;
18
18
  height: 100vh;
19
19
  background: $white;
20
+
21
+ @media screen and (min-width: $breakpoint-sm) {
22
+ display: none;
23
+ }
20
24
  }
21
25
 
22
26
  &__menus-container {
@@ -407,6 +407,10 @@
407
407
  padding: 12px;
408
408
  justify-content: space-between;
409
409
 
410
+ @media screen and (max-width: $breakpoint-xs) {
411
+ padding-left: 40px;
412
+ }
413
+
410
414
  .arrow {
411
415
  fill: $white;
412
416
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.558",
3
+ "version": "3.1.559",
4
4
  "peerDependencies": {
5
5
  "react": "^17.0.2",
6
6
  "react-dom": "^17.0.2",