Advertisement
Guest User

Untitled

a guest
May 26th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. @media (max-width: 767px) {
  2. .carousel-indicators li {
  3. cursor: default;
  4. pointer-events: none;
  5. }
  6. }
  7.  
  8. @media (max-width: 767px) {
  9. .carousel {
  10. margin-bottom: 7%;
  11. }
  12. .carousel-indicators {
  13. bottom: auto;
  14. top: 105%;
  15. }
  16. .carousel-indicators li {
  17. border-color: #666;
  18. }
  19. .carousel-indicators .active {
  20. background-color: #666;
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement