Guest User

Untitled

a guest
Jun 17th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. @media screen and (max-width:480px){
  2.  
  3. .form-textbox, .form-textarea, .form-dropdown{
  4.  
  5.     border-radius: 6.666666667px;
  6.  
  7.     font-size: 16px;
  8.  
  9.     line-height: 26.666666667px;
  10.  
  11.     padding: 6.666666667px;
  12.  
  13. }
  14.  
  15. .form-line, .form-line.form-line-column{
  16.  
  17.     padding-left: 2 !important;
  18.  
  19.     padding-right: 0 !important;
  20.  
  21.     }
  22. .supernova{
  23.   background:none!important;
  24. }
  25. }
Add Comment
Please, Sign In to add comment