We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c055a commit f71b1afCopy full SHA for f71b1af
src/constants/index.js
@@ -28,7 +28,7 @@ export const navLinks = [
28
29
export const calculateSizes = (isSmall, isMobile, isTablet) => {
30
return {
31
- deskScale: isSmall ? 0.05 : isMobile ? 0.06 : 0.065,
+ deskScale: isSmall ? 0.05 : isMobile ? 0.06 : 0.056,
32
deskPosition: isMobile ? [0.2, -3, -10] : [0.25, -3, -5],
33
cubePosition: isSmall
34
? [3, -6, 0]
0 commit comments