Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. @media only screen and (max-width: 1200px) {
  2. .mobile-menu {
  3. float: right;
  4. margin-right: 0px;
  5. }
  6. .header .header-container .header-top .logo {
  7. left: 20px;
  8. }
  9.  
  10. .mnh-close-icon {
  11. float: right;
  12. margin-right: 0px;
  13. }
  14.  
  15. .mobile-menu-open {
  16. width: 100%;
  17. }
  18. }
  19.  
  20. @media only screen and (max-width: 480px) {
  21. .header-right {
  22. position: relative;
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement