Created
July 18, 2017 16:06
-
-
Save cargix1/090134fd7368530c4646e72e00772ed5 to your computer and use it in GitHub Desktop.
Zapiet - Mobile Zoom Fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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