Skip to content

Commit

Permalink
fix: add meta viewport to fix layout in mobile web.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekiwijaya committed May 31, 2018
1 parent 57cdaea commit bbeecd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/build/index.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html style="height:100%">
<meta name="viewport" content="initial-scale=1.0, width=device-width">
<body style="height:100%">
<div id="root" style="display:flex;height:100%"></div>
<script src="/bundle.js"></script>
Expand Down

0 comments on commit bbeecd7

Please sign in to comment.