Skip to content

Commit f71b1af

Browse files
committed
Change 3D model size
1 parent 83c055a commit f71b1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const navLinks = [
2828

2929
export const calculateSizes = (isSmall, isMobile, isTablet) => {
3030
return {
31-
deskScale: isSmall ? 0.05 : isMobile ? 0.06 : 0.065,
31+
deskScale: isSmall ? 0.05 : isMobile ? 0.06 : 0.056,
3232
deskPosition: isMobile ? [0.2, -3, -10] : [0.25, -3, -5],
3333
cubePosition: isSmall
3434
? [3, -6, 0]

0 commit comments

Comments
 (0)