footer.scss 424 B

123456789101112131415161718192021222324
  1. footer{
  2. background: white;
  3. width: 100%;
  4. height: auto;
  5. padding: 2rem 0;
  6. & > div{
  7. display: flex;
  8. flex-wrap: nowrap;
  9. .__slide{
  10. .flickity-slider{
  11. & > div{
  12. width: max-content;
  13. margin: 0 1rem;
  14. img{
  15. width: auto!important;
  16. height: 100px;
  17. max-width: 70px;
  18. object-fit: contain;
  19. }
  20. }
  21. }
  22. }
  23. }
  24. }