From 20b2eb6ae65c815d52644edc3ba927ec7629e44b Mon Sep 17 00:00:00 2001 From: Matthias Betz <matthias.betz@hft-stuttgart.de> Date: Wed, 29 May 2024 14:07:21 +0200 Subject: [PATCH] change size to 100% --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 820b6ff..bef4e31 100644 --- a/public/index.html +++ b/public/index.html @@ -35,8 +35,8 @@ <style> canvas { - width: 75%; - height: 25%; + width: 100%; + height: 100%; padding-left: 0; padding-right: 0; margin-top: 20px; -- GitLab