Skip to content
Snippets Groups Projects
Commit 1376068d authored by Jonathan Hunt's avatar Jonathan Hunt Committed by Dieuwe de Boer
Browse files

Issue #3260234 by jonathan_hunt: megamenu doesn't display on Sector 9.2

parent 0c3e571d
No related branches found
No related tags found
No related merge requests found
......@@ -7,28 +7,28 @@ xs:
- 1x
sm:
label: SM
mediaQuery: '(min-width: 576px)'
mediaQuery: '(min-width: 576px) and (max-width: 834px)'
weight: 1
group: sector_radix_starter
multipliers:
- 1x
md:
label: MD
mediaQuery: '(min-width: 835px)'
mediaQuery: '(min-width: 835px) and (max-width: 991px)'
weight: 1
group: sector_radix_starter
multipliers:
- 1x
lg:
label: LG
mediaQuery: '(min-width: 992px)'
mediaQuery: '(min-width: 992px) and (max-width: 1199px)'
weight: 1
group: sector_radix_starter
multipliers:
- 1x
xl:
label: XL
mediaQuery: 'all and (min-width: 1200px)'
mediaQuery: '(min-width: 1200px)'
weight: 1
group: sector_radix_starter
multipliers:
......@@ -53,4 +53,4 @@ xmg:
weight: 1
group: sector_radix_starter
multipliers:
- 1x
\ No newline at end of file
- 1x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment