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

Commit

Permalink
Merge pull request #964 from LiskHQ/meta-viewport
Browse files Browse the repository at this point in the history
Set meta viewport to fix size on mobile devices
  • Loading branch information
slaweet authored Nov 10, 2017
2 parents 582b3eb + b884926 commit d538a2d
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 d538a2d

Please sign in to comment.