From c943cc79ed3d8e3f20ad59ea751796711cb6a525 Mon Sep 17 00:00:00 2001 From: Hope41 Date: Wed, 3 Jan 2024 18:26:27 +0000 Subject: [PATCH] responsive fix #2 --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 197c1b1..56d29a6 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,11 @@ padding: 0; overflow: hidden; } + + canvas { + width: 100%; + height: 100% + }