- commit
- 7d01291708841c0405a066957b13964ecbbc7574
- parent
- 7ffd4c8897849f27733dc03ab5f7f120cc0401f3
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-12-17 21:01
style: refine sizing
Diffstat
| M | style.css | 5 | +++-- |
1 files changed, 3 insertions, 2 deletions
diff --git a/style.css b/style.css
@@ -5,6 +5,7 @@ body {
5 5 justify-content: center;
6 6 align-items: center;
7 7 min-height: 80vh;
-1 8 padding: 2em;
8 9 }
9 10
10 11 input {
@@ -39,8 +40,8 @@ canvas {
39 40 img,
40 41 canvas {
41 42 display: block;
42 -1 width: 60vmin;
43 -1 height: 60vmin;
-1 43 width: 80vmin;
-1 44 max-width: 20em;
44 45 border: 1px solid;
45 46
46 47 image-rendering: -moz-crisp-edges;