styles@768.less 219 B

123456789101112131415
  1. @media screen and (max-width: 768px) {
  2. .wrap__one {
  3. .wrap__one-box {
  4. width: 100%;
  5. min-width: 100%;
  6. }
  7. .wrap__one-left {
  8. .wrap__one-title {
  9. font-size: 24px;
  10. }
  11. }
  12. }
  13. }