Files
drupal-rorschach/web/themes/custom/rorschach/rorschach.breakpoints.yml
T
2023-06-13 16:54:13 +02:00

18 lines
346 B
YAML

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