mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-14 21:47:26 +00:00
specify viewport to make page ready for mobile responsiveness
This commit is contained in:
parent
b5172c0dbd
commit
d342d2c280
@ -1,10 +1,11 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Status.im - Contracts</title>
|
<title>Status.im - Survey</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
</div>
|
</div>
|
||||||
<script src="js/dapp.js"></script>
|
<script src="js/dapp.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user