Files
drupal-rorschach/web/themes/custom/eql/eql.breakpoints.yml
T
2023-06-07 10:56:29 +02:00

18 lines
328 B
YAML

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