1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Adjust mobile scale for smaller devices

This commit is contained in:
Dan Finlay 2017-07-26 14:37:26 -07:00
parent 8fc0a025f6
commit 8e2da52e64

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.95"> <meta name="viewport" content="width=device-width, initial-scale=0.9">
<title>MetaMask Plugin</title> <title>MetaMask Plugin</title>
</head> </head>
<body> <body>