summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index d709d30..11f3fc9 100644
--- a/style.css
+++ b/style.css
@@ -2,3 +2,8 @@ html, body {
margin: 0px;
scroll-behavior: smooth;
}
+
+canvas {
+ max-width: 100%;
+ max-height: 100%;
+}