mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Merge branch 'master' of https://github.com/ImKyle4815/CardConjurer
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
<meta name="theme-color" content="#64ca2f">
|
||||
<!-- Other things -->
|
||||
<meta charset="UTF-8">
|
||||
<meta id="pageViewport" name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta id="pageViewport" name="viewport" content="user-scalable=no,width=800">
|
||||
<script>
|
||||
window.onload = function() {
|
||||
if (screen.width < 800) {
|
||||
if (screen.width > 800) {
|
||||
var myViewPort = document.getElementById("pageViewport");
|
||||
myViewPort.setAttribute("content", "user-scalable=no,width=800");
|
||||
myViewPort.setAttribute("content", "width=device-width, initial-scale=1");
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -629,4 +629,4 @@ References
|
||||
...
|
||||
</div>
|
||||
|
||||
-->
|
||||
-->
|
||||
|
Reference in New Issue
Block a user