diff --git a/data/background.png b/data/background.png index 869be124..46441a3f 100644 Binary files a/data/background.png and b/data/background.png differ diff --git a/index.html b/index.html index f86b239c..15efcc9b 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ window.onload = function() { if (screen.width < 800) { var myViewPort = document.getElementById("pageViewport"); - myViewPort.setAttribute("content", "user-scalable=no,width=800"); + //myViewPort.setAttribute("content", "user-scalable=no,width=800"); } }