Advertisement
Guest User

921282

a guest
Aug 31st, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. @media only screen and (max-width: 40em){
  2.     .form-section {
  3.         padding : 0;
  4.     }
  5.  
  6.     .form-input-wide {
  7.         width : 100% !important;
  8.     }
  9.  
  10.     .form-all .form-pagebreak-next-container {
  11.         width : initial !important;
  12.     }
  13.  
  14.     .form-all .form-pagebreak-back-container {
  15.         width : initial !important;
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement