styles@768.less 417 B

1234567891011121314151617181920212223242526
  1. @media screen and (max-width: 768px) {
  2. .banners {
  3. .banners__image {
  4. min-height: 300px;
  5. }
  6. .banners__content-title {
  7. font-size: 30px;
  8. }
  9. .banners__content-desc {
  10. margin: 20px 0 40px;
  11. padding: 0 15px;
  12. font-size: 14px;
  13. line-height: 1.5;
  14. }
  15. .banners__content-btn {
  16. min-width: 140px;
  17. height: 40px;
  18. font-size: 16px;
  19. }
  20. }
  21. }