浏览代码

examples: fix canvas size for small screens

Nicolas Allemand 9 月之前
父节点
当前提交
1a5b0796b4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/template.html

+ 1 - 0
examples/template.html

@@ -48,6 +48,7 @@
       }
 
       #canvas {
+        max-width: 100%;
         box-shadow: 0 0 0.5rem #7787;
       }