Sfoglia il codice sorgente

examples: fix canvas size for small screens

Nicolas Allemand 9 mesi fa
parent
commit
1a5b0796b4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
       }