@wise/dynamic-flow-client-internal 2.9.2 → 2.9.4

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/build/main.css CHANGED
@@ -143,7 +143,7 @@
143
143
  z-index: 1000;
144
144
  padding: 24px;
145
145
  }
146
- @media screen and (orientation: landscape) and (max-height: 767px) {
146
+ @media screen and (orientation: landscape) and (height <= 767px) {
147
147
  .orientation-lock-overlay {
148
148
  display: flex;
149
149
  }
@@ -171,7 +171,7 @@
171
171
  width: 300px;
172
172
  }
173
173
  /* wide screens */
174
- @media (min-width: 576px) {
174
+ @media (width >= 576px) {
175
175
  .df-image.xs img {
176
176
  width: 100px;
177
177
  }