Skip to content

Commit 19944e1

Browse files
committed
nit mobile grid size
1 parent 31a276b commit 19944e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const isMobile = window.matchMedia("only screen and (max-width: 850px)").matches
77
/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
88

99
const CONFIG = {
10-
squareSize: isMobile ? 35 : 55, // Smaller for mobile, your value for desktop
10+
squareSize: isMobile ? 20 : 55, // Smaller for mobile, your value for desktop
1111
borderWidth: isMobile ? 6 : 12, // Smaller for mobile, your value for desktop
1212
borderColor: '#f5e6d3',
1313
navy: ['#0f1f2f', '#1a2838', '#142430', '#1f3040'],

0 commit comments

Comments
 (0)