Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. /* Position burger menu on the right */
  2. @media only screen and (max-width: 1200px) {
  3. .i-nav {
  4. right: -100%;
  5. left: auto;
  6. }
  7.  
  8. .mobile-menu-open {
  9. right: 0;
  10. left: auto;
  11. }
  12. .mobile-menu {
  13. float: right;
  14. margin-right: 0px;
  15. }
  16. .header .header-container .header-top .logo {
  17. left: 20px;
  18. }
  19.  
  20. .mnh-close-icon {
  21. float: right;
  22. margin-right: 0px;
  23. }
  24.  
  25. .mobile-menu-open {
  26. width: 100%;
  27. }
  28. }
  29.  
  30. @media only screen and (max-width: 480px) {
  31. .header-right {
  32. position: relative;
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement