Skip to content

Commit

Permalink
Merge pull request #1 from MarauderXtreme/main
Browse files Browse the repository at this point in the history
Add metatag viewport to enable mobile scaling
  • Loading branch information
spilymp authored Mar 19, 2021
2 parents 3bd2719 + 3543035 commit b283926
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 b283926

Please sign in to comment.