From 76b4aaa55b7ada614895098b090c453c720da80f Mon Sep 17 00:00:00 2001 From: samuel-p Date: Wed, 23 Nov 2016 01:18:47 +0100 Subject: [PATCH] rotation changed to original --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 49fc724..2671b7f 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ card.flip({ trigger: 'click', speed: 500, - reverse: true + reverse: false }); }); @@ -32,6 +32,7 @@ background-image: url("img/bg.png"); padding: 2%; color: #fff; + -webkit-tap-highlight-color: rgba(0,0,0,0); } hr {