Explorar o código

examples: fix canvas size for small screens

Nicolas Allemand hai 9 meses
pai
achega
1a5b0796b4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
       }