Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 87x 87x 87x 87x 87x | export const ColSizesSingle = {
lg: 66.65625,
md: 90,
sm: 67.5,
xl: 120,
xs: 100,
xxl: 159.984375
};
export const ColSizesBig = {
lg: 666.65625,
md: 720,
sm: 540,
xl: 1200,
xs: 400,
xxl: 1600
};
export const MobileFirstOffsets = {
lg: 200,
md: 180,
sm: 135,
xl: 360,
xs: 100,
xxl: 480
};
export const ScreenSizeOffsets = {
lg: 66.6562,
md: 90,
sm: 67.5,
xl: 120,
xs: 100,
xxl: 159.984
};
export const ConfigOffsets = {
lg: 266.656,
md: 90,
sm: 67.5,
xl: 480,
xs: 100,
xxl: 639.984
}; |