@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.mjs CHANGED
@@ -43,7 +43,6 @@ var flightSearchWidgetStyles = `
43
43
  position: relative;
44
44
  display: block;
45
45
  width: 100%;
46
- min-width: 1240px;
47
46
  margin: 0;
48
47
  padding: 0;
49
48
  box-sizing: border-box;
@@ -1146,7 +1145,7 @@ padding-inline-start: 25px;
1146
1145
  .sw-container .MobileHide{
1147
1146
  display: block;
1148
1147
  }
1149
- @media screen and (max-width: 768px) {
1148
+ @media screen and (max-width: 1024px) {
1150
1149
  .sw-container .MobileShow{
1151
1150
  display: block;
1152
1151
  }