drawful

drawing game
git clone https://git.ce9e.org/drawful.git

commit
eea1c73081cf10a3c1df65b06ba5e7536bc60f01
parent
318f98aab02248bd1bfa02302380b3250f6d3cfc
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-12-17 19:38
style: center vertically

Diffstat

M style.css 8 ++++++--

1 files changed, 6 insertions, 2 deletions


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

@@ -1,6 +1,10 @@
    1     1 body {
    2     2 	font-size: 120%;
    3     3 	text-align: center;
   -1     4 	display: flex;
   -1     5 	justify-content: center;
   -1     6 	align-items: center;
   -1     7 	min-height: 80vh;
    4     8 }
    5     9 
    6    10 input {
@@ -35,8 +39,8 @@ canvas {
   35    39 img,
   36    40 canvas {
   37    41 	display: block;
   38    -1 	width: 50vmin;
   39    -1 	height: 50vmin;
   -1    42 	width: 60vmin;
   -1    43 	height: 60vmin;
   40    44 	border: 1px solid;
   41    45 
   42    46 	image-rendering: -moz-crisp-edges;