Advertisement
martawijaya

imm responsive

May 5th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. .what-we-do-carousel {
  2. width: 90%;
  3. }
  4.  
  5. .what-we-do-carousel .imm-icon .lottie-animation {
  6. margin-left: -30px;
  7. }
  8.  
  9.  
  10. /* new css */
  11. @media(max-width: 1440px) {
  12. .what-we-do-carousel .imm-icon .lottie-animation {
  13. margin-left: 0px;
  14. }
  15.  
  16. footer #back-to-top {
  17. right: 30px;
  18. top: 65%;
  19. -webkit-transform: translateY(-66%);
  20. transform: translateY(-66%);
  21. }
  22. }
  23.  
  24. @media(max-width: 1280px) {
  25. .portfolio-carousel-wrapper .media-wrapper {
  26. width: 70%;
  27. left: 10%;
  28. position: relative;
  29. }
  30. .nav-number .slick-dots {
  31. position: absolute;
  32. right: 0%;
  33. }
  34. }
  35.  
  36. @media(max-width: 1200px) {
  37. .portfolio-carousel-wrapper .portfolio-item .content {
  38. width: 100%;
  39. }
  40. .why-us-icon .imm-icon-grid-wrapper .imm-icon-item {
  41. -webkit-flex: initial;
  42. flex: initial;
  43. width: 50%;
  44. padding: 20px;
  45. }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement