Web: Components: Utils: fix hugeMobile size

This commit is contained in:
Viktor Fomin 2022-07-11 14:48:25 +03:00
parent 136a0d45bf
commit baea63043c

View File

@ -1,6 +1,6 @@
export const size = {
mobile: 375,
hugeMobile: 414,
hugeMobile: 428,
smallTablet: 600,
tablet: 1024,
desktop: 1025,