Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @media all and (min-width: 981px) {
- #mobile-form { display: none;}
- }
- @media all and (max-width: 980px) {
- #desktop-form { display: none;}
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement