Advertisement
maximus87

Untitled

Feb 22nd, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. @media only screen and (max-width: 640px) {
  2. section#mozella-quote-1 {
  3. display: block!important
  4. }
  5. #mozella-leopard .Index-page-content {display: none!important;}
  6. #mozella-leopard {
  7. background: transparent!important
  8. }
  9. }
  10. @media only screen and (min-width: 641px) {
  11. section#mozella-quote-1 {
  12. display: none!important
  13. }
  14. #mozella-leopard .Index-page-content {display: block!important;}
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement