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 31a276b commit 19944e1Copy full SHA for 19944e1
js/grid.js
@@ -7,7 +7,7 @@ const isMobile = window.matchMedia("only screen and (max-width: 850px)").matches
7
/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
8
9
const CONFIG = {
10
- squareSize: isMobile ? 35 : 55, // Smaller for mobile, your value for desktop
+ squareSize: isMobile ? 20 : 55, // Smaller for mobile, your value for desktop
11
borderWidth: isMobile ? 6 : 12, // Smaller for mobile, your value for desktop
12
borderColor: '#f5e6d3',
13
navy: ['#0f1f2f', '#1a2838', '#142430', '#1f3040'],
0 commit comments