1
0
Fork 0
mirror of synced 2024-07-18 20:56:04 +12:00

Update client lib mobile breakpoint

This commit is contained in:
Andrew Kingston 2023-03-09 09:11:18 +00:00
parent f790c58d97
commit 56477ab569

View file

@ -4,7 +4,7 @@
let width = window.innerWidth
let height = window.innerHeight
const tabletBreakpoint = 768
const tabletBreakpoint = 720
const desktopBreakpoint = 1280
const resizeObserver = new ResizeObserver(entries => {
if (entries?.[0]) {