Advertisement
arie_cristianD

fix zoomed view in Iphone

Feb 11th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. /* fix zoomed view in Iphone */
  2.  
  3. @media only screen and (max-width: 768px) {
  4.  input,textarea {
  5.       font-size: 16px !important;
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement