Files
Popsu-coloque/web/themes/custom/popsu_colloque/popsu_colloque.breakpoints.yml
T
2020-06-29 21:40:43 +02:00

19 lines
362 B
YAML

popsu_colloque.mobile:
label: mobile
mediaQuery: '(min-width: 0px)'
weight: 0
multipliers:
- 1x
popsu_colloque.narrow:
label: narrow
mediaQuery: 'all and (min-width: 480px) and (max-width: 959px)'
weight: 1
multipliers:
- 1x
popsu_colloque.wide:
label: wide
mediaQuery: 'all and (min-width: 960px)'
weight: 2
multipliers:
- 1x