Skip to content

Commit

Permalink
Fix spacing on stats info
Browse files Browse the repository at this point in the history
  • Loading branch information
ringtailsoftware committed Nov 30, 2024
1 parent 4af1905 commit 264be61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zoridor.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class Zoridor {
static cellSz = 25; // px
static statsCellSz = 10; // px
static statw = 24;
static stath = 12;
static stath = 13;

static colourBackground = 'rgb(175,138,100)';
static colourPawnSquareEmpty = 'rgb(101,67,40)';
Expand Down

0 comments on commit 264be61

Please sign in to comment.