Change min size

This commit is contained in:
Joey Yakimowich-Payne 2025-04-18 11:46:00 -06:00
commit 7be1ece6d6
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1

View file

@ -1453,7 +1453,7 @@ function equalizeCellSizes() {
}
const gap = 4; // From CSS: .bingo-board { gap: 4px; }
const minCellSize = 100; // Minimum width/height for a cell
const minCellSize = 150; // Minimum width/height for a cell
let maxWidthNeeded = 0;
let maxHeightNeeded = 0;