diff options
author | Orangerot <purple@orangerot.dev> | 2024-12-06 19:06:31 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-12-06 19:06:31 +0100 |
commit | 015ff77123ccc3e95d6422424dac2ed8d0cf963e (patch) | |
tree | 3724c5210579b02a41d65a73b7b4f28910b88f13 /style.css | |
parent | 037f30fe8bec7265db275227596b0f4eb776f671 (diff) |
feat: load and display image with correct scaling
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,3 +2,8 @@ html, body { margin: 0px; scroll-behavior: smooth; } + +canvas { + max-width: 100%; + max-height: 100%; +} |