Browse Source

Meta viewport on static page

Leszek Wiesner 4 years ago
parent
commit
02f9e3defe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pioneer/packages/apps/public/index.html

+ 1 - 0
pioneer/packages/apps/public/index.html

@@ -19,6 +19,7 @@
     <% } %>
     <script type="text/javascript" src="/env-config.js"></script>
     <% if (!htmlWebpackPlugin.options.IS_LIVE) { %>
+      <meta name="viewport" content="width=device-width">
       <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
       <style>
         body {