Files
drupal-rorschach/web/themes/custom/rorschach/rorschach.breakpoints.yml
T
2023-06-09 17:04:04 +02:00

49 lines
899 B
YAML

rorschach.sm:
label: Small
mediaQuery: 'all and (min-width: 500px)'
weight: 0
multipliers:
- 1x
rorschach.md:
label: Medium
mediaQuery: 'all and (min-width: 700px)'
weight: 1
multipliers:
- 1x
rorschach.lg:
label: Large
mediaQuery: 'all and (min-width: 1000px)'
weight: 2
multipliers:
- 1x
rorschach.xl:
label: X-Large
mediaQuery: 'all and (min-width: 1300px)'
weight: 3
multipliers:
- 1x
rorschach.nav-md:
label: Nav Medium
mediaQuery: 'all and (min-width: 500px)'
weight: 4
multipliers:
- 1x
rorschach.nav:
label: Nav
mediaQuery: 'all and (min-width: 1200px)'
weight: 5
multipliers:
- 1x
rorschach.grid-md:
label: Grid Medium
mediaQuery: 'all and (min-width: 700px)'
weight: 6
multipliers:
- 1x
rorschach.grid-max:
label: Grid Max
mediaQuery: 'all and (min-width: 1440px)'
weight: 7
multipliers:
- 1x