Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. @media (max-width: 979px){
  2. {
  3. .nav-collapse .dropdown-menu {
  4. position: relative;
  5. top: auto;
  6. left: auto;
  7. display: none;
  8. float: none;
  9. max-width: none;
  10. padding: 0;
  11. margin: 0 15px;
  12. background-color: transparent;
  13. border: none;
  14. -webkit-border-radius: 0;
  15. -moz-border-radius: 0;
  16. border-radius: 0;
  17. -webkit-box-shadow: none;
  18. -moz-box-shadow: none;
  19. box-shadow: none;
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement