Add default mobile scaling

This commit is contained in:
Hamcha 2016-02-12 16:56:32 +00:00
parent 3eaa5bf8e3
commit 2083ce5e69

View file

@ -11,6 +11,8 @@
function Qready(cb){window.onload=cb} function Qready(cb){window.onload=cb}
</script> </script>
<script src="Chart.js"></script> <script src="Chart.js"></script>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0, user-scalable=yes, target-densitydpi=device-dpi, minimal-ui" />
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
<style> <style>