Skip to content

Instantly share code, notes, and snippets.

@cargix1
Created July 18, 2017 16:06
Show Gist options
  • Select an option

  • Save cargix1/090134fd7368530c4646e72e00772ed5 to your computer and use it in GitHub Desktop.

Select an option

Save cargix1/090134fd7368530c4646e72e00772ed5 to your computer and use it in GitHub Desktop.
Zapiet - Mobile Zoom Fix
@media screen and (-webkit-min-device-pixel-ratio:0) {
.pickupDateTimeField,
.deliveryDateTimeField,
#pickupGeoSearchField,
#deliveryGeoSearchField {
font-size: 16px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment