From a5e69edc5a6f1a95618c04e214d39b397577d796 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 11 Sep 2017 23:24:13 +0200 Subject: Code structuring Also, use a fixed-size canvas for now. --- dist/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dist') diff --git a/dist/index.html b/dist/index.html index d020eff..35def01 100644 --- a/dist/index.html +++ b/dist/index.html @@ -9,8 +9,8 @@ height: 100%; } - canvas { - position: absolute; + body { + text-align: center; } * { @@ -21,7 +21,7 @@ - + -- cgit v1.2.3