Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Set meta viewport to fix size on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Nov 6, 2017
1 parent fd0ebf3 commit b884926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no">
<title>Lisk Nano</title>
<link rel="stylesheet" href="./styles.css">
<link rel="icon" type="image/png" href="./assets/images/LISK.png" />
Expand Down

0 comments on commit b884926

Please sign in to comment.