rotation changed to original
This commit is contained in:
parent
f65d081896
commit
76b4aaa55b
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
card.flip({
|
||||
trigger: 'click',
|
||||
speed: 500,
|
||||
reverse: true
|
||||
reverse: false
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -32,6 +32,7 @@
|
|||
background-image: url("img/bg.png");
|
||||
padding: 2%;
|
||||
color: #fff;
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
Loading…
Reference in a new issue