summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2024-12-06 19:06:31 +0100
committerOrangerot <purple@orangerot.dev>2024-12-06 19:06:31 +0100
commit015ff77123ccc3e95d6422424dac2ed8d0cf963e (patch)
tree3724c5210579b02a41d65a73b7b4f28910b88f13 /style.css
parent037f30fe8bec7265db275227596b0f4eb776f671 (diff)
feat: load and display image with correct scaling
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%;
+}