From 80e43ae9883a0b47a7c1da9a0811014c3e9af771 Mon Sep 17 00:00:00 2001 From: Matthias Betz <matthias.betz@hft-stuttgart.de> Date: Thu, 20 Jun 2024 17:07:10 +0200 Subject: [PATCH] revert size changes --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 8fa316e..b2e1287 100644 --- a/public/index.html +++ b/public/index.html @@ -36,8 +36,8 @@ <style> canvas { - width: 100vw; - height: 90vh; + width: 100%; + height: 90%; padding-left: 0; padding-right: 0; margin-top: 20px; -- GitLab