kaiesh / connect-web3-wallets

Helpful JS libs to connect various self-custody web3 wallets
GNU General Public License v3.0
8 stars 5 forks source link

Make demo.html mobile friendly #4

Closed php4fan closed 2 years ago

php4fan commented 2 years ago

I have simply added the 'viewport' meta-tag so that the demo looks decent on mobile phones without having to zoom in and out. WalletConnect's popup fits nicely too. Desktop layout is not affected. While at it, I've also added the missing doctype declaration so the html is valid (probably had no practical consequences)