diff --git a/index.html b/index.html
index 10dfaeb..b0d5851 100755
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@
- Ações:
+ Acções:
- anal
- vaginal
diff --git a/paradise.css b/paradise.css
index fb25ac8..dbd9a8b 100755
--- a/paradise.css
+++ b/paradise.css
@@ -29,3 +29,16 @@ div.center {
cursor: pointer;
}
+@media only screen and (orientation:portrait) {
+ div.main {
+ zoom: 0.7;
+ -moz-transform: scale(0.7);
+ }
+}
+@media only screen and (orientation:landscape) {
+ div.main {
+ zoom: 1;
+ -moz-transform: scale(1);
+ }
+}
+
diff --git a/paradise.js b/paradise.js
index 55991c3..3250945 100755
--- a/paradise.js
+++ b/paradise.js
@@ -65,6 +65,7 @@ function prepareCanvas(canvasDiv, canvasWidth, canvasHeight)
* @author: cc
* Do device validation, fix layout and assign their events
*/
+
//Check device
if( navigator.userAgent.match(/Android/i) ||
navigator.userAgent.match(/iPhone|iPad|iPod/i) ||