edlptheme.breakpoints.yml 323 B

123456789101112131415161718
  1. bartik.mobile:
  2. label: mobile
  3. mediaQuery: ''
  4. weight: 0
  5. multipliers:
  6. - 1x
  7. bartik.narrow:
  8. label: narrow
  9. mediaQuery: 'all and (min-width: 560px) and (max-width: 850px)'
  10. weight: 1
  11. multipliers:
  12. - 1x
  13. bartik.wide:
  14. label: wide
  15. mediaQuery: 'all and (min-width: 851px)'
  16. weight: 2
  17. multipliers:
  18. - 1x