EduardET

Untitled

Feb 13th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. @media (min-width: 981px) {
  2.     #top-menu .mobile-menu-item {
  3.         display: none;
  4.     }
  5. }
  6. @media (max-width: 980px) {
  7.     #mobile_menu .dekstop-menu-item {
  8.         display: none;
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment