@travelswitchhq/flight-search-react 1.1.6 → 1.1.7

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/dist/index.cjs CHANGED
@@ -69,7 +69,6 @@ var flightSearchWidgetStyles = `
69
69
  position: relative;
70
70
  display: block;
71
71
  width: 100%;
72
- min-width: 1240px;
73
72
  margin: 0;
74
73
  padding: 0;
75
74
  box-sizing: border-box;
@@ -1172,7 +1171,7 @@ padding-inline-start: 25px;
1172
1171
  .sw-container .MobileHide{
1173
1172
  display: block;
1174
1173
  }
1175
- @media screen and (max-width: 768px) {
1174
+ @media screen and (max-width: 1024px) {
1176
1175
  .sw-container .MobileShow{
1177
1176
  display: block;
1178
1177
  }