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