Explorar el Código

Merge pull request #26 from naturalethic/meta-viewport-scale

Add meta viewport tag for scale (for phones)
YuKun Liu hace 3 años
padre
commit
4141e4c6d8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/assets/index.html

+ 2 - 1
src/assets/index.html

@@ -2,9 +2,10 @@
   <head>
     <title>{app_title}</title>
     <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta charset="UTF-8" />
     {style_include}
-    
+
   </head>
   <body>
     <div id="main"></div>