Change mobile layout breakpoint from 1024px to 630px (#5063)
630px = Drawer + 1 Column
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import detectPassiveEvents from 'detect-passive-events';
|
||||
|
||||
const LAYOUT_BREAKPOINT = 1024;
|
||||
const LAYOUT_BREAKPOINT = 630;
|
||||
|
||||
export function isMobile(width) {
|
||||
return width <= LAYOUT_BREAKPOINT;
|
||||
|
Reference in New Issue
Block a user