Parcourir la source

Meta viewport on static page

Leszek Wiesner il y a 4 ans
Parent
commit
02f9e3defe
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {