jclib-ui 0.0.53 → 0.0.56

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.
@@ -17117,6 +17117,10 @@ const Sh = Et.main`
17117
17117
  overflow-y: scroll;
17118
17118
  overflow-x: hidden;
17119
17119
  padding: 12px;
17120
+
17121
+ @media (max-width: 767px) {
17122
+ padding: 12px 8px;
17123
+ }
17120
17124
  `, xh = Et.div`
17121
17125
  max-width: 1800px;
17122
17126
  margin: 0 auto;