Advertisement
nlozovan

Untitled

Sep 11th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @media only screen and (max-width: 768px){
  2. .small-device-nav{
  3. display: block;
  4. min-height: 50px;
  5. top: 50%;
  6. margin-top: -25px;
  7. }
  8.  
  9. nav.main-menu ul li.logo{
  10. display: inline-block;
  11. }
  12.  
  13. nav.main-menu ul li{display: none;}
  14. div.modal-menu nav.main-menu ul li{display: block;}
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement