Skip to content

Commit

Permalink
Add metatag viewport to enable mobile scaling
Browse files Browse the repository at this point in the history
This change tells browsers to scale the viewport to the device-width.
That enables mobile platforms to scale to their correct width.
  • Loading branch information
MarauderXtreme committed Mar 18, 2021
1 parent 3bd2719 commit 3543035
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<meta name="author" content="spilymp">
<meta name="description" content="An simple Icon Builder for Odoo (IBO), which provide the ability to create app icons in the style of the appicons of the ERP system Odoo.">

<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" type="text/css" href="css/milligram.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">

Expand Down Expand Up @@ -325,4 +327,4 @@ <h3>Parameter</h3>
</footer>
</body>

</html>
</html>

0 comments on commit 3543035

Please sign in to comment.