paint-by-numbers

Relaxing paint-by-numbers game  https://p.ce9e.org/paint-by-numbers/
git clone https://git.ce9e.org/paint-by-numbers.git

commit
baf4a989f225e29581c8e348fa3e64dea2a42c7e
parent
5ce6da71c00e3b82218a585c056196570e2bf4c8
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-02-15 07:29
fix canvas size in chrome

Diffstat

M style.css 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/style.css b/style.css

@@ -6,7 +6,7 @@ body {
    6     6 
    7     7 body {
    8     8 	display: grid;
    9    -1 	grid-template-rows: min-content 1fr min-content;
   -1     9 	grid-template-rows: min-content minmax(0, 1fr) min-content;
   10    10 	height: 100vh;
   11    11 }
   12    12