Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. @media(max-width:480px){
  2.     .wrap-input{
  3.         line-height:1px !important;
  4.     }
  5.  
  6.     textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox{
  7.       padding:0 !important;
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement